OnChangeCurrentRow - cWebList

Called when when the client navigates the focus from one row to another

Type: Event

Parameters: String sFromRowID String sToRowID

ParameterDescription
sFromRowIDRow Id of the row being navigated away from
sToRowIDRow 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.