MoveToRowByID - cWebList

Instructs the client to navigate to the row matching the passed RowID

Type: Procedure

Parameters: String sRowID

ParameterDescription
sRowIDThe RowID of the row to navigate to. Must be serialized before passing.


Syntax
Procedure MoveToRowByID String sRowID

Call: Send MoveToRowByID sRowID


Description

Send MoveToRowByID to instruct the client to navigate to the row matching the passed RowID.

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.

DeserializeRowId deserializes a RowId string into a RowId type and SerializeRowId serializes a RowId type to a string.

See Also

MoveDownRow | MovePageDown | MovePageUp | MoveToFirstRow | MoveToLastRow | MoveUpRow