It is an operation that allows the information to be saved in the grid to be determined in different objects and inserted into the grid with the help of a button.
Grid- Add 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.
Mapping: It allows the field information in the form to be matched to the fields in the grid to transfer the relevant fields in the form into the grid.
Content Cleanup: When the detail line is added, the contents of the linked fields are not cleared.
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;
Add some form controls on the Canvas as below.
How it looks like on Canvas
Then, create an operation for the button as Grid – Add Row with when clicked event.
The mapping area is written between the form controls and the grid columns.
After values are written to form controls, the button is clicked. Then, the values are added in the grid columns automatically. Because of Content Cleanup is No, the values of the form controls are cleaned automatically.
Client views on screen