Jump to content

Sean

Registered Users - Approved
  • Posts

    8
  • Joined

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    10.0.3

Converted

  • OS
    macOS 10.12.3

Converted

  • Acrobat Version
    Acrobat X (10)

Sean's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. Dan, thank you very much for your help on this. It is much appreciated. The information that you have provided will help me explain as to why adding the page count to the file name is not currently possible. The project will be a perfect bound book. We are looking for a way to run all the books with similar page counts to make it easier on our bindery department to put the books together. The book does not use overflow pages. We are only using the FusionPro.Composition.SetBodyPageUsage to turn pages on and off depending on the data that is given to us. Unfortunately we do not know how many records will be received on a weekly basis. Right now, we are looking at 75-200 books a week.
  2. I have a variable page book (between 50-70 pages) that I would like to add a page count to the output file name. So far I have been able to add 3 fields to the file name: ID, first name and last name. When I try to add a field for page count and compose the book, the output file name looks like this: "0_1234_FNameLname.pdf". The page count always comes up as being "0". I have the following rule running at record start (-minus the page count field): if (FieldChanged("ID")) FusionPro.Composition.OpenNewOutputFile(Field("ID") + "_" + (Field("First Name") + (Field("Last Name") + "." + FusionPro.Composition.outputFormatExtension))); This works fine but need to add page count to the beginning of file name. I do have the callback rule for "onpagecount" running as well. Please let me know if any other information is needed. Any help would be greatly appreciated. Thanks, Sean
  3. Hi Eric, This is much appreciated and exactly what i needed. And again thank you very much for your help. - Sean
  4. Hello, Not sure if this is the correct place to ask this. Just wondering if someone could help me out with creating a rule that will return the lowest and highest numbers. I am working on a project that has 9 fields for pricing. Each field can range from $0 (or no number at all) to $100. I need to create a rule that will populate the lowest number (which cannot be 0) and highest number into 2 different fields called min price and max price. Any help would be greatly appreciated. Thank you, Sean
  5. Sorry for not replying sooner. Thank you guys for your help. All i can say is that this forum is super helpful and full of great information.
  6. Hello, I am trying to figure out how to write a rule for formatting a date. Date = 06/01/2012 and should return a value of "Friday, June 1". Any help would be greatly appreciated. Thank you, Sean
  7. Hi Richard, Thank you very much for the advice. It has helped me out tremendously. Gonna be a lot of typing going on today. - Sean
  8. I have a customer that wants to create a form but wants to generate the information from a pick list. First drop down list would be a Category Second drop down list would be a Class (info that populates would be dependent on what was chosen during the first drop down list) Third drop down would Options (info that populates would be dependent on what was chosen during the second drop down list) Fourth - Description (text field) would auto-populate multi-line Text-Field info about the third drop down list. Is this something that can be done in FusionPro and then uploaded to the Marcom Central Storefront? Please let me know if any of the above information does not make any sense or more information is needed. I am pretty new at using FP and still trying to figure this all out. Any information/help would be greatly appreciated. Thanks, Sean
×
×
  • Create New...