Form specification files / Form item attributes |
The COLOR attribute defines the foreground color of the text displayed by a form element.
COLOR = color-name
The COLOR attribute defines the logical color of a value displayed in a field.
For backward compatibility, color-name can be combined with an intensity keyword: REVERSE, LEFT, BLINK, and UNDERLINE.
EDIT f001 = customer.name, COLOR = RED;