AdoRecordSetEvents:FetchComplete()

<< Click to Display Table of Contents >>

Navigation:  Ado Events > AdoRecordSetEvents Class >

AdoRecordSetEvents:FetchComplete()

Previous pageReturn to chapter overviewNext page

Note

Please note that event handling is not supported in the current version of Xs2Ado

Purpose

The FetchComplete event is called after all the records in a lengthy asynchronous operation have been retrieved into the Recordset.

 

Prototype

METHOD FetchComplete ( oError, lStatus, oRecordSet )  CLASS AdoRecordSetEvents

 

Argument(s)

oError        An Error object. It describes the error that occurred if the value of lStatus is adStatusErrorsOccurred; otherwise it is not set

lStatus        An AdoEventStatusEnum status value

oRecordSet        A Recordset object that is the object for which the records are being retrieved.

 

 

See Also

AdoRecordSetEvents, AdoEventStatusEnum, AdoError