AfterRecordRefresh Event

Occurs immediately after the RecordRefresh method is executed.

PROCEDURE Object.AfterRecordRefresh 
LPARAMETERS nRecords, nRecordOffset, nRefreshed

Parameters

  • nRecords
    The number of records to refresh passed to the RecordRefresh method.

  • nRecordOffset
    The record offset passed to the RecordRefresh method.

  • nRefreshed
    The return value from the RecordRefresh method.

Remarks

Applies To: CursorAdapter Class

See the RecordRefresh Method for additional information about the nRecords and nRecordOffset parameters, and the RecordRefresh method return value passed to the nRefreshed parameter.

Note

This event occurs just once after the RecordRefresh method is executed, not each time a record refresh is attempted.

You can include the AERROR( ) function in this event to determine the cause of errors (if any) generated by the RecordRefresh method.

See Also

Reference

CursorAdapter Object Properties, Methods, and Events

BeforeRecordRefresh Event