Parameter | Description |
---|---|
sFromRowID | Row Id of the row being navigated away from |
sToRowID | Row Id of the row being navigated to |
Procedure OnChangeCurrentRow String sFromRowID String sToRowID
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.