Backtassaar Posted December 7, 2007 Posted December 7, 2007 Hi, since FM9 release, i use conditional formatting, and i need a function how to get format of that special field, is there any possibility to get it? For example: I have a field, which when is empty, its background-color id red and when its not, bg color is white. I want to give to Tooltip string advice - when it is red - "Field required!" and when is white - "OK" , or some other strings, but i need to get somehow the bgcolor of field, is it possible somehow? Or is there any plugin to get it? Thanks a lot. Matěj
Phillip Holmes Posted December 7, 2007 Posted December 7, 2007 You could try this If(Isempty(fieldname);"tooltip 1";"tooltip 2") Sample file attached ToolTip.zip
Lee Smith Posted December 20, 2007 Posted December 20, 2007 I enclosed a sample file that has the Conditional Formatting of the Field, along with the ToolTip. If the field needs to equal a specific text other than OK, and you have a problem converting it, let me know. HTH Lee Backtassaar.fp7.zip
Recommended Posts
This topic is 6254 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