PUSH RECORD

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 3


PUSH RECORD {(table)}

ParameterTypeDescription
tableTableTable for which to push record, or
Default table, if omitted

Description

PUSH RECORD pushes the current record of table (and its subrecords, if any) onto the table's record stack. PUSH RECORD may be executed before a record is saved.

If you push a record that was unlocked, this record stays locked for all the other processes and users until you pop and unload it.

Example

The following example pushes the record for the customer onto the record stack:

   PUSH RECORD ([Customer])  ` Push customer's record onto stack

See Also

POP RECORD, Using the Record Stack.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next