Skip to content

MoveToFirstRow - cWebList

Instructs the client to navigate to the first row

Type: Procedure

Syntax

Procedure MoveToFirstRow

Call Example

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, so MoveToFirstRow is not needed.