4D v16.3

PUSH RECORD

Home

 
4D v16.3
PUSH RECORD

PUSH RECORD 


 

PUSH RECORD {( aTable )} 
Parameter Type   Description
aTable  Table in Table for which to push record, or Default table, if omitted

PUSH RECORD pushes the current record of aTable (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.

Compatibility note: Beginning with version 11 of 4D, this command no longer supports subtables.

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

 
PROPERTIES 

Product: 4D
Theme: Records
Number: 176

This command can be run in preemptive processes

 
HISTORY 

Created: < 4D v6
Modified: 4D v11 SQL

 
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)