GML::HIDE - Hide Grid
Syntax
CALL "GML::HIDE"
Description
This procedure hides a grid control. The value in GML_TPL.MEMBER% determines which control within the grid set to hide.
Options
Setting the value in GML_TPL.OPTION% to 1 will hide 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::HIDE"