4D v16.3

LAST RECORD

Home

 
4D v16.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])



See also 

Before selection
End selection
FIRST RECORD
NEXT RECORD
PREVIOUS RECORD

 
PROPERTIES 

Product: 4D
Theme: Selection
Number: 200

This command changes the currrent recordThis command can be run in preemptive processes

 
HISTORY 

Created: < 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)