This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
DUPLICATE RECORD
|
DUPLICATE RECORD {( aTable )} | ||||||||
Parameter | Type | Description | ||||||
aTable | Table |
![]() |
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.
Product: 4D
Theme: Records
Number:
225
Created: < 4D v6
Modified: 4D v11 SQL
4D Language Reference ( 4D v20 R7)