Visual Basic: RDO Data Control

ResultsChanged Event

See Also    Example    Applies To

Occurs when a new result set is made available after the MoreResults method is executed.

Private Subobject**.ResultsChanged**( )

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

This event is raised after the MoreResults method completes and a new set of rows is loaded into the result set. This event is fired even if there are no more sets and the MoreResults method returns False. In this case, both the EOF and BOF properties will be True, indicating that the result set is empty.