ComponentOne True DataControl 8.0
OpenDataComplete Event

 

OpenDataComplete Event

Occurs at startup and on every refresh, after the OpenData event.

Syntax

TData_OpenDataComplete ()

Remarks

Arguments: None

The OpenDataComplete event fires when a TData control begins to populate its recordset, which occurs under the following circumstances:

·      At the start of program execution.

·      When the control is refreshed explicitly via the Refresh method with NoEvents argument set to False.

·      When the control is refreshed implicitly: as a result of asynchronous expression evaluation; repositioning the Master control to a different row; or a change in SourceRecordset.

The OpenDataComplete event occurs when all preparatory actions to populate recordset have been performed, after the OpenData event. The TData control’s Recordset is ready at this point.

See Also

TData Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback