LAST RECORD
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 or if the current record is already the last one in the selection, 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