AdoRecordSetEvents:FetchProgress()

<< Click to Display Table of Contents >>

Navigation:  Ado Events > AdoRecordSetEvents Class >

AdoRecordSetEvents:FetchProgress()

Previous pageReturn to chapter overviewNext page

Purpose

The FetchProgress event is called periodically during a lengthy asynchronous operation to report how many more rows have currently been retrieved into the Recordset

 

Prototype

METHOD FetchProgress ( lProgress, lMaxProgress, lStatus, oRecordSet )  CLASS AdoRecordSetEvents

 

Argument(s)

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.

 

 

See Also

AdoRecordSetEvents, AdoEventStatusEnum