December 7, 200718 yr 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
December 7, 200718 yr You could try this If(Isempty(fieldname);"tooltip 1";"tooltip 2") Sample file attached ToolTip.zip
December 20, 200718 yr 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
Create an account or sign in to comment