MoveToFirstRow - cWebList

Instructs the client to navigate to the first row

Type: Procedure

Parameters: None

Syntax
Procedure MoveToFirstRow 

Call: Send MoveToFirstRow


Description

Send MoveToFirstRow to instruct the client to navigate to the first row in the list or grid.

As with any row navigation, this requires that changes in the current row must be committed, cleared or the navigation cancelled. See MoveToRow for a complete description of this process.

This method is not intended for use with data-aware lists and grids. If the grid or list is loaded via a Server DataDictionary (i.e. it is not manually loaded), this process will always ensure that the first record from the database is loaded into the first row.

See Also

MoveDownRow | MovePageDown | MovePageUp | MoveToLastRow | MoveToRowById | MoveUpRow