4D v16.3

DUPLICATE RECORD

Home

 
4D v16.3
DUPLICATE RECORD

DUPLICATE RECORD 


 

DUPLICATE RECORD {( aTable )} 
Parameter Type   Description
aTable  Table in Table for which to duplicate the current record, or Default table, if omitted

DUPLICATE RECORD creates a new record for aTable that is a duplicate of the current record. The new record becomes the current record. If there is no current record, then DUPLICATE RECORD does nothing. You must use SAVE RECORD to save the new record.

DUPLICATE RECORD can be executed during data entry. This allows you to create a clone of the currently displayed record. Remember that you must first execute SAVE RECORD in order to save any changes made to the original record.

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



See also 

SAVE RECORD

 
PROPERTIES 

Product: 4D
Theme: Records
Number: 225

This command changes the currrent recordThis 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)