guy tanguay Posted April 8, 2005 Posted April 8, 2005 Hi, How can i make things (text or even record) changed there color base on a what is type in a field ? ex: I have a field "Priority" wich is a Value list : High, med, Low. So, if i select "High" I would like the record to appear in a red tint, or at least the text "High" becoming red. thx guy
CobaltSky Posted April 8, 2005 Posted April 8, 2005 Hi Guy, One way to do this would be to define the field/s in question as an auto-enter calc based on the priority field, and turn off the 'don't replace existing value of field' option. The auto-enter calc formula you'd need would be along the line of: TextColor(TheCurrentField; If(Priority = "High"; 9437250; 0)) - where 'TheCurrentField' is the name of the field you are applying the auto-enter calc to.
Recommended Posts
This topic is 7170 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now