GML::DISABLE - Disable Grid
Syntax
CALL "GML::DISABLE"
Description
This procedure disables a grid control. The value in GML_TPL.MEMBER% determines which control within the grid set to disable.
Options
Setting the value in GML_TPL.OPTION% to 1 will disable all grid controls (main, column header, row header) in the grid set.
Example
2400 GML.SET%=1
2410 CALL "GML::TPL_PREP"
2420 CALL "GML::DISABLE"