LAST RECORD

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 3


LAST RECORD {(aTable)}

ParameterTypeDescription
aTableTableTable for which to move to the last selected record,
or Default table, if omitted

Description

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, 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.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next