4D v14.3

LAST RECORD

Home

 
4D v14.3
LAST RECORD

LAST RECORD 


 

LAST RECORD {( aTable )} 
Parameter Type   Description
aTable  Table in 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.

Example  

The following example makes the last record of the [People] table the current record:

 LAST RECORD([People])

 
PROPERTIES 

Product: 4D
Theme: Selection
Number: 200

This command changes the currrent record

 
HISTORY 

Created: < 4D v6

 
SEE ALSO 

Before selection
End selection
FIRST RECORD
NEXT RECORD
PREVIOUS RECORD

 
ARTICLE USAGE

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)