<< Click to Display Table of Contents >> AdoRecordSetEvents:FetchProgress() |
![]() ![]() ![]() |
The FetchProgress event is called periodically during a lengthy asynchronous operation to report how many more rows have currently been retrieved into the Recordset
METHOD FetchProgress ( lProgress, lMaxProgress, lStatus, oRecordSet ) CLASS AdoRecordSetEvents
lProgress A Long value indicating the number of records that have currently been retrieved by the fetch operation.
lMaxprogress A Long value indicating the number of records that have currently been retrieved by the fetch operation.
lStatus An AdoEventStatusEnum status value
oRecordSet A Recordset object that is the object for which the records are being retrieved.
AdoRecordSetEvents, AdoEventStatusEnum