This operation allows the field value to be updated within the grid.
Update Grid Value operation at Property Panel
Properties
Description: A description of the action is written.
Heading: When added as a Form Action, specifies its name in the action list.
Value Query: With the written SQL query, the value in the gradient is updated.
Type: Selected rows or all rows are selected. Selected Rows; updates only row with values from the query, All Rows; update all rows in the grid.
Run Condition: If the value in the query entered in this field is “0”, the corresponding action will not run.
Request Confirmation: Select if the request confirmation will be used 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; there is a grid and button control in a form. The button control has an Update Grid Value operation with When clicked event. The value query of the operation is written as in below and Type is chosen as Selected Row.
After a row of the grid, control is selected in the Client screen, this button named Update Grid Value is clicked.
The row will be changed thanks to the query of the operation in the button.