Use the IDLdbRecordset::MoveCursor function method to move the cursor in a given recordset.
Result = RSobj -> [IDLdbRecordset ::]MoveCursor( [, ABSOLUTE=integer] [, /FIRST] [, /LAST] [, /NEXT] [, /PRIOR] [, RELATIVE=integer] )
The function returns true (1) if the move operation was successful, or false (0) otherwise.
None.
Set this keyword equal to the record number that the cursor should be moved to.
Set this keyword to move the cursor to the first record in the recordset.
Set this keyword to move the cursor to the last record in the recordset.
Set this keyword to move the cursor to the next record in the recordset.
Set this keyword to move the cursor to the previous record in the recordset.
Set this keyword equal to the relative number of records that the cursor should be moved from its current position.
5.0 |
Introduced |