Description This method moves the pointer to the Row-th record in the specified recordset either forward or backward. Positive values move forward, toward the end of the recordset. Negative values move backward, toward the beginning.
Usage RetVal = [BiDb.] RecSetMove Row
Remarks RetVal BOOL TRUE on success, otherwise FALSE.
Row Long Row number.
Use GetLastDBError method to retrieve last error code.
See Also RecSetMoveFirst Method, RecSetMoveLast Method, RecSetMoveNext Method, RecSetMovePrev Method