LST_GO_PAGE action


Function
Action passes on the first page in list of objects according to its sequential number.


Declaration


 LST_GO_PAGE h, data, pgNr


Parameters


hinIdentifier of Int type - unique handle on created list of objects.
dataoutIdentifier of entire structure - the structure must consist of 7 or 9 columns, as defined in SD._System_ObjectInfo.
pgNrinIdentifier of Int type - sequential number of required page.


Description
Action passes on the first page in list of objects according to its sequential number.
If entered handle on list does not exist, event generates an error ERR_NO_DATA. If required page does not exist, it gets back zero number of rows to output parameter data.
Example