Actions

Most actions are formulas where you can use any function from the extensive formulas list. See Part IV: Formulasfor details.

Property

Description

Apply to

Specifies table control filter applies to. One filter can be applied to one or more table controls. Filter can be applied only to direct children, grandchildren and so on.

Applies To

Filter controls

Chart title

Specifies an initialization formula which sets value of the text displayed above the chart.

Applies To

Chart controls

Control visible

Hides or sets control visible based on the value returned by formula.

Applies To

Most of buttons
Tab container

Display As

Specifies field or formula from the filter’s DataSource to be displayed on the QuickSelector button.

Applies To

Filter controls type of QuickSelector

Index label

Specifies field or formula from the chart’s DataSource which is displayed along the index axis or above the chart columns.

Applies To

Chart controls

Index remainder label

Specifies text displayed along the index axis at the remainder value or above the remainder column.

Applies To

Chart controls

Index title

Specifies text displayed on the side or below the index axis.

Applies To

Chart controls

Initialize

Specifies an initialization formula which sets value of the filter on initial load. By default filter is initialized to a URL parameter if it is passed.

Applies To

Filter and search controls

Initialize when adding record

Initializes user interface control when page is loaded for the new records to be added in database.

Applies To

Editable databound controls

Initialize when editing record

Initializes user interface control when page is loaded for the existing records to be updated in database.

Applies To

Editable databound controls

Initialize when showing record

Initializes user interface control when page is loaded for records to be displayed but not edited.

Applies To

Non-Editable databound controls

Populate from database

Specifies a field which is being populated from the database into this dropdown list.

Applies To

Filter controls type of dropdown list

Populate from static list

Specifies constant values to be inserted in the dropdown list such as –PLEASE SELECT—.

Applies To

Filter controls type of dropdown list
OrderSort

Redirect URL column

Enables click through the chart’s column or bar. If URL is provided redirects to the specified page and passes through URL parameters to display relevant records.

Applies To

Chart controls

Save into cookie

Saves user interface control’s value into the specified cookie. You can modify the value to be saved, for example encrypt it.

Applies To

Editable databound controls

Save into database

Saves user interface control’s value into the database field. You can modify the value to be saved, for example encrypt it.

Applies To

Editable databound controls

Save into session variable

Saves user interface control’s value into the session variable. You can modify the value to be saved, for example encrypt it.

Applies To

Editable databound controls

Value data

Specifies field or formula from the chart’s DataSource which returns a set’s value. Has to be numeric.

Applies To

Chart controls

Value title

Specifies text displayed on the side or below the value axis.

Applies To

Chart controls

Validate when saving record

Implements custom data validation when saving database record

Applies To

Editable databound controls