4D v13.4

LAST RECORD

Home

 
4D v13.4
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

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: < 4D v6

 
SEE ALSO 

Before selection
End selection
FIRST RECORD
NEXT RECORD
PREVIOUS RECORD