Jump to content

rrdwitt

Registered Users - Approved
  • Posts

    53
  • Joined

Everything posted by rrdwitt

  1. Hello all, has anyone heard of a 1206 error in Producer? Thanks in advance
  2. Thank you, I will give it a try. Privacy in mind, are you someone I used to work with? Your user name sounds familiar
  3. Hello all, I have tried the Format date function and several others but I cannot get the date formatted correctly. Seems a fairly simple rule but his one is not working. The number coming in is "01252020" I would like it to read January, 25 2020. But I keep getting the attached error. Thanks
  4. I did do that, but see attached result and fpi file. I need bleed and marks in the middle, a standard .25" gutter. Thank you in advance173986.fpi 8page-Output.pdf
  5. Hello all, I have searched the forum for this issue, but all I can find is smaller paper. We are running a 29" x 19.5" sheet. We need a 8 page saddle from imposer. I cannot get different pages on the same side of sheet. Does anyone have a workaround or solution? Thank you very much in advance!! See attached PDF for example.8pagesaddle.pdf
  6. Awesome! Thanks! Much appreciated!
  7. Hi, I searched the forum but cannot find this rule. Nor am I probably not asking the correct question. I want to add a "$" to a field if the "$" is not there, but to NOT add the "$" if the "$" is in the data. So "123" would be changed to "$123". But "$456" would stay "$456". Thanks all!!
  8. Hi all, could anyone tell me the code to remove a character to the right of a field? Lets say the "name" field contains someones name but there is an asterisk directly next to it. Can I keep the name and remove the asterisk? thanks
  9. Hi All, I will try and explain this issue as best I can. We have a mail list. With header names, "First name", "Last Name", but the customer only wants to use the "First name", UNLESS there is only a single letter. If there is only a single letter for the "First name" they want the "Last name" added. Example: "First Name" "R." "Last name" "Johnson" how they want it to appear is "R. Johnson" But they do not want the "Last name" field on all the records. ONLY on the ones that have a single letter "First name". Thanks!!!
  10. Thanks again Dan. I asked Alex as well, I had some brackets missing. Thanks for answering. Much appreciated
  11. Hi all, I have 3 different 1 sided art work pages. Each with a unique name. But when I go to preview the pages, it only gives me the first one. The artwork names are "D1SE" "D1MA" "D1NE" But when I preview it only shows whichever "D1" art work is first in the list. Do I need another condition? if ((Field("REGION") =="Southeast") && (Field("VERSION1") == "D1")) FusionPro.Composition.SetBodyPageUsage("D1SE",true) ; } if ((Field("REGION") =="Mid Atlantic") && (Field("VERSION1") == "D1")) FusionPro.Composition.SetBodyPageUsage("D1MA",true) ; } if ((Field("REGION") =="Northeast") && (Field("VERSION1") == "D1")) FusionPro.Composition.SetBodyPageUsage("D1NE",true) ; } Thank you in advance!
  12. Thank you Dan!! You absolutely crushed it!
  13. Thanks Dan. Please see attached PDF. Hopefully it will help. thanks again Multi example.pdf
  14. I have a project and need to use the FusionPro.GetMultiLineRecords command. But I am not sure of the exact logic. I am putting a name, address, zip, etc.. in a 12 up label. The reason I am doing this is to have different size gutters. Fusion imposer will not do different sized gutters. But what I need is, all 12 labels on one page. Same format over and over but need the next record in the next address on the same page. But in a different position. Any suggestions? Thanks in advance!
  15. Thanks Dan, my apologies, forgot to say thanks!
  16. What is the tag for Kerning and how would a basic text line look? Example: Hello, I am <kern amount> John <\kern>.
  17. Is there a way to specify a font within a string of text? All of my Avenir Open Type Fonts are open and available in Fusion. But I want the bold version on a specific field, but it is staying "Regular" faced. Thanks return "<span>" +* "Participate Online! Visit us at "*+ '<b>'+Field("URL")+'</b>'+ " to make your gift and share your story of gratitude. You may also complete the form below and mail it with the envelope provided." + "</span>";
  18. Hi all. This line is giving me a error. I want to bold the field within the span text. Thank you very much in advance return "<span>" + RawText("To make your gift via mail, please complete the form below and return it with the envelope provided. You may also visit us at " '<b>'+Field("yourfieldname")+'</b>'; "to give online."); + "</span>";
  19. How about bolding a field within a line of text. This line is giving me a error. Thanks return "<span>" + RawText("To make your gift via mail, please complete the form below and return it with the envelope provided. You may also visit us at " '<b>'+Field("yourfieldname")+'</b>'; "to give online."); + "</span>";
  20. Thanks Dan, truly appreciated.
  21. Hi All, not sure how to add a field to quoted text. Right after thank you I need the First Name field to be entered then continue on with the rest of the text. Thanks :-) if ((Field("Entity") == "MFSMC") && (Field("REN/ACQ") == "REN")) { return "<span>" + RawText("Thank you FIELD NAME for your most recent philanthropic investment to MedStar Franklin Square ******* Center. We invite you to express your gratitude and partner with us once more! "); + "</span>"; } return "";
  22. Hi all, please see attached pic. I have used drop shadows before, but for some reason, in preview mode (and in composition, yes I know about the composition settings), the shadow is opaque? It's just a simple Black text drop shadow. Thanks in advance
  23. Yes, that worked perfectly. Thank you!
×
×
  • Create New...