downrecord
The downrecord statement moves the cursor down one visible record.
Parameters
No parameters.
Description
The downrecord statement moves down one record in the current database. If the currently active record is already the last record in the database this statement will do nothing (you can check whether this happened with the info(“stopped”) function.
See Also
- 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.
- uprecord -- moves the cursor up one visible record.
History
10.0 | No Change | Carried over from Panorama 6.0. |