uprecord
The uprecord statement moves the cursor up one visible record.
Parameters
No parameters.
Description
The uprecord statement moves up one record in the current database. If the currently active record is already the first record in the database this statement will do nothing. You can check whether this happened with the info(“stopped”) function.
See Also
- downrecord -- moves the cursor down one visible record.
- field -- tells Panorama to move to the specified field for the current record.
- firstrecord -- makes the first visible (selected) record in the database the active record.
- info("bof") -- returns true if the active record is currently on the first visible (selected) record.
- info("eof") -- returns true if the active record is currently the last visible (selected) record.
- lastrecord -- makes the last visible (selected) record in the database the active record.
- left -- makes the previous field active in the active window.
- right -- moves the cursor to the next field in the active window.
History
10.0 | No Change | Carried over from Panorama 6.0. |