SaveLastGridPage

Saves the last page that was retrieved from the grid.

Tip:

For information on pages, see Pages on Grids.

Syntax

<HFMwDataGrid>.SaveLastGridPage varavarNewCells

Argument

Description

varavarNewCells

An array with strings representing the cell values for the last page that was accessed. The array is organized in a row major order.

You can obtain these cell values with GetGridPage.

Input argument.