GML::PUT - Put Variables from GML_TPL$ Template
Syntax
CALL "GML::PUT"
Description
This procedure loads variables from the GML_TPL$ template into the appropriate GML variables and corresponding locations. The GML_TPL$ template variable GML_TPL.ROW_N% is used to designate which row of data to load.
This procedure does not redraw the grid. Subsequent to loading all data, the REFRESH procedure is used to cause the grid to be redrawn.
This procedure is identical to Load Variables from GML_TPL$ Template.
Example
Loading a three column grid with data from a file. The grid is a member of grid set two. The file key associated with each record read is being stored in the GML_TPL$.REL[c] field. After the file is closed, the REFRESH procedure redraws the grid.
|