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