GML::SET_HIGHLIGHT_METHOD - Set Cell Default Highlight Colors

Syntax

CALL "GML::SET_HIGHLIGHT_METHOD"

Description

This procedure sets the cell default highlight colors. Setting variable GML_TPL.OPTION% to 0 turns off highlighting. Setting GML_TPL.OPTION% to 1 will draw a rectangle around the current cell without changing colors, while setting GML_TPL.OPTION% to 2 will highlight the current cell with the highlight colors. This procedure is valid only when applied to the main grid (GML_TPL.MEMBER%=1).

Options

When highlighting is active, setting the value in variable GML_TPL.DEF_FLAG% to 0 will apply highlighting to an individual cell. Setting GML_TPL.DEF_FLAG% to 1 will apply highlighting to a row of cells.

Example

2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"
2420 GML_TPL.OPTION%=1
2430 CALL "GML::SET_HIGHLIGHT_METHOD"

See Also

Visual PRO/5 Grid Management Library

Alphabetical Listing of GML Procedures