GML::RESET - Reset Grid Attributes to Default Settings
Syntax
CALL "GML::RESET"
Description
This procedure resets cell attributes to their default settings, sets variable GML.S_STAT%[GML.SET%] to 0, and then clears and redraws the grid. This procedure is valid only when applied to the main grid or column header control (GML_TPL.MEMBER%=1 or GML_TPL.MEMBER%=2).
Options
The RESET procedure normally redraws the grid. Setting GML_TPL.DEF_FLAG% to a value of 1 will prevent the procedure from redrawing the grid.
Example
2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"
2420 CALL "GML::RESET"