Specifies a video attribute or color. In Progress Version 7 and later, the COLOR phrase is superseded by the FGCOLOR and BGCOLOR options in graphical user interfaces and by the PFCOLOR and DCOLOR options in character interfaces. The COLOR phrase is supported only for backward compatibility.
NORMAL
INPUTMESSAGESprotermcap-attributedos-hex-attributeBLINK- BRIGHT-fgnd-color bgnd-colorBLINK- RVV- UNDERLINE- BRIGHT-fgnd-colorVALUE ( expression )
The three standard colors ABL uses for screen displays. ABL uses NORMAL to display fields, INPUT to display input fields, and MESSAGES to display items in the message area.
![]()
Windows — On a color monitor, the default colors are a blue background and a white foreground. On a monochrome monitor, the default colors are a standard background and foreground, depending on the monitor.
![]()
UNIX — The default colors are the normal display mode of your terminal.
![]()
Windows — On a color monitor, the default colors are a light gray background and a blue foreground. On a monochrome monitor, the default underlines fields that require input.
![]()
UNIX — The default colors depend on the type of terminal and how INPUT is defined in the protermcap file, but it is usually underlining.
![]()
Windows — On a color monitor, the defaults are the same as for INPUT. On a monochrome monitor, the default is reverse video.
![]()
UNIX — The defaults depend on the type of terminal and how MESSAGES is defined in the protermcap file, but it is usually reverse video. (The protermcap file supplied with ABL supplies default attributes for NORMAL, INPUT, and MESSAGES for all defined terminals.)You use the protermcap-attribute option only if you are using UNIX. This is the name assigned to the attribute in the protermcap file (for example, RED, BLINK, etc.). See OpenEdge Deployment: Managing ABL Applications for a description of the protermcap file.fgnd-color bgnd-colorBLINK- BRIGHT-Names specific colors you want to use for the screen foreground and background. You use this option only if you are using Windows, and usually only if you use a color monitor. Table 15 lists the colors you can use for fgnd-color and bgnd-color.
Table 15: Dark‑Gray D‑Gra Light‑Blue Lt‑Blu Light‑Green Lt‑Gre Light‑Cyan Lt‑C Light‑Red Lt‑Red Light‑Magenta Lt‑Ma Light‑Brown Lt‑Bro If fgnd-color is omitted, then the system uses the foreground corresponding to NORMAL. If bgnd-color is omitted, then the system uses the background corresponding to NORMAL. If NORMAL, INPUT, or MESSAGES is specified for fgnd-color or bgnd-color, then the system uses the foreground or background color of the specified standard color.fgnd-colorBLINK- RVV- UNDERLINE- BRIGHT-Names specific attributes you want to use for the screen display. Use this option only if you are using Windows, and usually only if you use a monochrome monitor. Normally, you would never specify fgnd-color.VALUE ( expression )The following procedure displays a random number of asterisks, in a random color, column, and row in 10 different occurrences. The COLOR statement displays the asterisks in one of the three colors stored in the elements of the hilite array. The COLOR phrase in this example is VALUE ( hilite[ RANDOM( 1,3 ) ]. The DISPLAY statement uses the color determined in the COLOR statement to display a random number of asterisks.
![]()
For an application to use this COLOR phrase, it must use the default color table in the installed environment.
![]()
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |