OnChangeCurrentRow - cWebList
Called when when the client navigates the focus from one row to another
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| sFromRowID | String | Row Id of the row being navigated away from |
| sToRowID | String | Row Id of the row being navigated to |
Syntax
Procedure OnChangeCurrentRow String sFromRowID String sToRowID
Description
Called when the client navigates and the focus moves from one row to another. It is also called after MoveToFirstRow and MoveToLastRow.
This event fires if AllowChangeSelectedRow returns True and pbOfflineEditing is set to False.