Jump to content

ReneTamol

Registered Users - Approved
  • Posts

    6
  • Joined

Posts posted by ReneTamol

  1. Hello everyone,

     

    I hope someone can help me...

     

    I have a Rule that's been working great for several projects, but my new project has a field that wants a "Heart" to print when this field is being used.

     

     

     

    ///////////// Here is my rule: ////////////////

     

    var result = "";

     

    result += (Field("CLASSIFICATION 2") != "")? "<f name=\"TradeGothic Light\"><z newsize=\"6\">" + ToUpper(Field("CLASSIFICATION 1")) + "</f><br />\n" +

    "<leading newsize=\"105\"><f name=\"Weiss\"><z newsize=\"9\">"+ Field("CLASSIFICATION 2")+ "</f></leading>\n" : "";

     

    result += (Field("PRESENTED TO 2") != "")? "<br><f name=\"TradeGothic Light\"><z newsize=\"6\">" + ToUpper(Field("PRESENTED TO 1")) + "</f><br />\n" +

    "<leading newsize=\"105\"><f name=\"Weiss\"><z newsize=\"9\">"+ Field("PRESENTED TO 2") + "</f></leading>\n" : "";

     

    result += (Field("TITLE 2") != "")? "<br><f name=\"TradeGothic Light\"><z newsize=\"6\">" + ToUpper(Field("TITLE 1")) + "</f><br />\n" +

    "<leading newsize=\"105\"><f name=\"Weiss\"><z newsize=\"9\">"+ Field("TITLE 2") + "</f></leading>\n" : "";

     

    result += (Field("CUSTOMER 2") != "")? "<br><f name=\"TradeGothic Light\"><z newsize=\"6\">" + ToUpper(Field("CUSTOMER 1")) + "</f><br />\n" +

    "<leading newsize=\"105\"><f name=\"Weiss\"><z newsize=\"9\">"+ Field("CUSTOMER 2") + "</f></leading>\n" : "";

     

    result += (Field("DESIGNER 2") != "")? "<br><f name=\"TradeGothic Light\"><z newsize=\"6\">" + ToUpper(Field("DESIGNER 1")) + "</f><br />\n" +

    "<leading newsize=\"105\"><f name=\"Weiss\"><z newsize=\"9\">"+ Field("DESIGNER 2") + "</f></leading>\n" : "";

     

    result += (Field("AGENCY 2") != "")? "<br><f name=\"TradeGothic Light\"><z newsize=\"6\">" + ToUpper(Field("AGENCY 1")) + "</f><br />\n" +

    "<leading newsize=\"105\"><f name=\"Weiss\"><z newsize=\"9\">"+ Field("AGENCY 2") + "</f></leading>\n" : "";

     

     

    return result;

     

     

    Under the TITLE 2, "YesVirginia.org Virginia ♥ Pocket Folder" appears and I don't know how to make the "Heart" visible.

     

    Any thoughts on how I can edit this rule to make the heart print correctly? Or is there something I need to add or change in the Data?

     

     

    Thank you for any help or suggestions,

    Rene

  2. I need some help with a script....

     

    I have a job that requires Seq Numbering and when a certain number appears, a different Text Frame needs to have the word "Void" in it.

     

    Here's my example...

    In one Text Frame I have the Seq Numbers, which are P1000 - P2110, but when P2001 - P2110 appear, I need the word "Void" to appear in another Text Frame.

     

     

    Any help would be greatly appreciated.

     

     

    Thanks,

    Rene

×
×
  • Create New...