COLOR attribute
The COLOR attribute defines the foreground color
of the text displayed by a form element.
Syntax
COLOR = color-name
- color-name can be:
BLACK,BLUE,CYAN,GREEN,MAGENTA,RED,WHITE, andYELLOW.
Usage
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.
Example
EDIT f001 = customer.name, COLOR = RED;