Occurs to indicate that the ADORecords property has changed. This event fires:
- After each query
- At regular intervals during a large query to update the Fetch progress
Syntax
object_DataChanged( )
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 OnDataChanged(). 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 DataChanged event syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |