COLOR FOREGROUND
Combined with the ILF statement COLOR, this field is used to conditionally set the foreground color of a specific field or all fields (as shown in the example below) on an image. The field can be set to either a constant or a field containing the color name (as shown).
IF TAR CUSTOMER PAST DUE GT 10000.00
T SET --- COLOR FOREGROUND = SYS COLOR RED
T COLOR
Default Value: Taken from system administration files.
Related PDFs: COLOR BACKGROUND, FONT
|