When added to the grid in detail, the row added to the grid will be added as a new row in the current row and updated when the row is opened for updating. This keeps the data to be updated in memory.
Grid - Duplicate Row operation at Property Panel
Properties
Description: A description of the action is written.
Heading: Specifies the name in the action list when added as a Form Action.
Run Condition: If the value in the query entered in this field is ‘0′, the corresponding action will not run.
Request Confirmation: Select whether to ask for confirmation before running the action. If Request Confirmation is activated, the Confirmation Message feature is turned on and the message that will be displayed when requesting confirmation is written.
Example Used
For example;
You have some form of controls, buttons, and a grid. To use this operation, you need two more operations as Grid – Add Row and Grid – Update Row.
The properties of Grid – Duplicate Row operation is as below.
After you write the values in the form controls, click the Grid-Add Row button. These values are added to the row of the grid. If you want to update this row, choose the row and then click the Grid- Update Row button.
Client views on screen
The values of the row fill to the forms controls. Here, change the value of the form control and then click the Grid-Duplicate Row button. This modification is kept in memory. Finally, click the Add Row button. This data in memory will be added to the grid as a new row.
Client views on screen