firstrecord
The firstrecord statement makes the first visible (selected) record in the database the active record.
Parameters
No parameters.
Description
The firstrecord statement makes the first visible (selected) record in the database the active record.
See Also
- downrecord -- moves the cursor down one visible record.
- field -- tells Panorama to move to the specified field for the current 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. |