4D v14.3LAST RECORD |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
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])
Product: 4D
Theme: Selection
Number:
200
Created: < 4D v6
Before selection
End selection
FIRST RECORD
NEXT RECORD
PREVIOUS RECORD
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)