CopyRow
Mon 01 January 2018Syntax
CopyRow(destination_row, source_row)
Description
Use the CopyRow function to copy data from one row to another row.
Note: This function remains for backward compatibility only. Use the CopyTo row class method instead.
destination_row is the row number to which you want the source _row data values copied. The two rows, and the PeopleCode function call, must all be located on the same scroll level.
Parameters
Field or Control |
Definition |
---|---|
destination_row |
Row number of row to which to copy data. |
source_row |
Row number of row from which to read data. |