auto_stories Knowledge Base chevron_right Actions chevron_right Article

Run Action

The operation allows one of the actions loaded in the form controls to be selected and run within the form.

mceclip0.png

Run Action 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.

Action: By selecting from the actions loaded in the form controls in the form, the selected action is provided to work.

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; There are a numeric box, a textbox, and a button form controls in a form. Firstly, the numeric box, named Change, event is created as When the value changes with Update Value operation for the textbox and SQL Query is written as SELECT 'xxx'.

Then, the button operation is created as Run action with When clicked event. The action area is chosen as the numeric box action.

mceclip1.png

The button properties named Run Action

 

When the button is clicked,  the textbox named Value will change even if the numeric box has not changed.

mceclip2.png

Client view on screen