RowChanged Event

Occurs when the CurrentRow property changes.

The CurrentRow property changes when you:

  • Set its value
  • Use the MoveFirst, MoveLast, MoveNext, or MovePrevious methods to move through the ADORecord set
  • Use the buttons in the Data Control's user interface to move through the ADORecord set.

Syntax

object_RowChanged( )

NOTE (CIMPLICITY USERS ONLY): The event handler above is named in accordance with the standard VBA naming convention. In CIMPLICITY, this convention is not followed and the default name for this event handler is OnRowChanged().  You can use a name of your own choice for the event handler and use the Event tab to associate it with the ActiveX event in question. For some events you may notice that there are already handlers, in which case you should add your own processing to the existing handlers rather than replacing them.

Parameters

The RowChanged event syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

See Also

Applies to