Dan,
First, assign the Component ID for that Variable Control in Form Designer. Then, in your EEP:
To change the Font Color, use:
PROPERTY ComponentID FONT_COLOR WHITETo change the Color, use:
PROPERTY ComponentID COLOR REDTake a look at ChangingPropeties.RMD and ChangingProperties.EPP examples bundled with ConComp sample database.
Also, to understand the concept of changing properties dynamically, take a look at RRBYW, RRBYW2, RRBYW3 and RRBYW4 sample applications available at RBG7 Update Area.
Enjoy the Unbounded Possibilities with Industrial-Strength, True-Relational and Multi-User DBMS.
Very Best R:egards,
Razzak.
At 02:10 PM 11/4/2003 -0500, Dan Champion wrote:
In rewriting an eep for version 7 use, I am trying to figure how to change the color of a variable feild on a the form on the fly based on the results of a lookup. Anybody?

