GML::GET_STORED_ROW_DATA - Retrieve Row Data Stored via STORE-ROW_DATA

Description

This procedure retrieves row data that was previously stored through the use of the STORE_ROW_DATA procedure. The retrieved data is placed in the GML_TPL$ template. This procedure is valid only when applied to the main grid (GML_TPL.MEMBER%=1).

Options

The GML automatically stores row data that is later used by the RESTORE procedure to restore a row of main cell data to the values that were in the row prior to any cell being edited. Setting variable GML_TPL.OPTION% to a value of 1 will retrieve the restore row data instead of the data that had been previously stored through the use of the STORE_ROW_DATA procedure.

Example

2400 GML.SET%=1
2410 CALL"GML::GET_STORED_ROW_DATA"

See Also

Visual PRO/5 Grid Management Library

Alphabetical Listing of GML Procedures