This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
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 | |||||
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.
The following example makes the last record of the [People] table the current record:
LAST RECORD([People])
Before selection
End selection
FIRST RECORD
NEXT RECORD
PREVIOUS RECORD
Product: 4D
Theme: Selection
Number:
200
Created: < 4D v6
4D Language Reference ( 4D v20 R7)