Jump to content

Carrie Dodt

Registered Users - Approved
  • Posts

    18
  • Joined

Posts posted by Carrie Dodt

  1. I need to change the color of a text box depending on the department chosen.

     

     

    I have: Cardiology is Red and Primary Care is Teal.

     

     

    I found the below code on this forum and it worked for the first page: However, there are two boxes that need the color changed on front and back pages. How can I link those two boxes to always change to the same color?

     

    var myFrame = FindTextFrame("MyFrameName"); // or FindGraphicFrame myFrame.fillColorName = "Red"; // or: myFrame.fillColorName = Field("ColorName"); //optionally: myFrame.fillColorPercent = 50;

×
×
  • Create New...