saralee Posted August 19, 2010 Posted August 19, 2010 Hi, I have a number field that I'm giong to change the text color if the value is in a certain range. I don't know how to use the TextColor function in my script.. this wouldn't work- SetField(household::days; textcolor(255;0;0)) What should it be? Thanks!
TheTominator Posted August 19, 2010 Posted August 19, 2010 The calculation should be: TextColor(household::days; RGB(255;0;0))
comment Posted August 19, 2010 Posted August 19, 2010 Why not use conditional formatting? http://www.filemaker.com/help/html/edit_layout.10.13.html#1028330
saralee Posted August 20, 2010 Author Posted August 20, 2010 (edited) thanks, comment! Edited August 20, 2010 by Guest
almedajohnson Posted October 13, 2010 Posted October 13, 2010 Conditional formatting is the best option as i have used many times and it really helpful even in future.
Recommended Posts
This topic is 5155 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