31 | Use @Formula to change field font colorHendrik Jan van Meerveld729 - 01 2009 / (4) Make it possible to change the font color or background color of a field using @Formula.
You could for example warn the user if a required field is empty by changing the backgroundcolor,
Color formula:
red := 255:150:150;
black := 0:0:0;
@If( fieldvalue=""; red:black ) |
28 | Font List |