REVERSE attribute
The REVERSE
attribute displays any value in the field in reverse video (dark
characters in a bright field).
Syntax
REVERSE
Usage
Use the REVERSE
attribute to highlight specific fields in your forms.
On graphical front-ends, the REVERSE
attribute is rendered by using
the field COLOR
attribute as background color. If the COLOR
attribute is not defined, the reverse color defaults to gray.
On character based terminals, the REVERSE
video escape sequences must be
defined in the TERMINFO or TERMCAP databases.
Example
EDIT f001 = customer.name, COLOR = BLUE, REVERSE;