Jump to content

rrdwitt

Registered Users - Approved
  • Posts

    53
  • Joined

Posts posted by rrdwitt

  1. 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

    dateerror.jpg.df25ed00a5e0939aa69d241221387bbc.jpg

  2. 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

  3. 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!!

  4. 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

  5. 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!!!

  6. 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!

  7. 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!

  8. 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>";

  9. 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>";

  10. 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 "";

  11. 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

×
×
  • Create New...