version 3
LAST RECORD {(aTable)}
Parameter | Type | Description | |
aTable | Table | Table for which to move to the last selected record, | |
or Default table, if omitted |
Description
LAST RECORD makes the last record of the current selection of aTable the current record and loads the record from disk. If the current selection is empty, LAST RECORD has no effect.
Example
The following example makes the last record of the [People] table the current record:
LAST RECORD ([People])
See Also
Before selection, End selection, FIRST RECORD, NEXT RECORD, PREVIOUS RECORD.