Jump to content

ReneTamol

Registered Users - Approved
  • Posts

    6
  • Joined

Converted

  • FusionPro Products
    No

ReneTamol's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

10

Reputation

  1. You are awesome, my friend... Thank you for the feedback. I will try this as soon as I have a few minutes today.
  2. 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
  3. Is there a way to use this script, but change it slightly to have the cents font size be larger?
  4. 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...