ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Copying the current record Hide the details
True if the copy was performed,False if an error occurred. HError is used to identify the error.
Name of destination data file to use. The data will be copied into the current record of this data file.
Name of source data file to use. The current record of this data file contains the information that must be copied.
List of items found in the destination data file that must be assigned with the values read in the current record of source data file. The items must be separated by a comma or by a CR character (Carriage Return). Remark: The composite keys cannot be defined as destination items. They will be automatically assigned. This parameter is ignored.
List of items found in the source data file that must be copied into the current record of destination data file. The items must be separated by a comma or by a CR character (Carriage Return). These items must be classified according to the order in which they will be assigned in the destination items. The composite keys must be excluded from this list. This parameter is ignored.
Configures the copy:hCopyAutoIdCopies the automatic identifier while keeping its value.Remark: To use this constant you must use hSetIdAuto next time <Source>.Add is called.hDefaultValThe items of destination record that are not affected by the copy are initialized with their default value (defined in the data model editor).If no parameter is specified, the automatic identifier is not copied and the unmodified items of destination record are not initialized. This parameter is ignored.
Copying the record found in a Record variable Hide the details
Name of Record variable containing the information to copy.
Configures the copy:hCopyAutoIdCopies the automatic identifier while keeping its value.Remark: To use this constant you must use hSetIdAuto the next time <Source>.Add is called.hDefaultValThe items of destination record that are not affected by the copy are initialized with their default value (defined in the data model editor).If no parameter is specified, the automatic identifier is not copied and the unmodified items of destination record are not initialized. This parameter is ignored.
The copied values
Using the lists of items
Array items
Errors that do not modify the destination record
Last update: 11/17/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: