The addOnEndOfRecordset and removeOnEndOfRecordset methods of the Recordset class add or remove a notification that the end of the recordset has been reached, respectively.
public void addOnEndOfRecordset(RecordsetEventHandler handler);
public void removeOnEndOfRecordset(RecordsetEventHandler handler);
handler | The routine defined for this event. |