It is a tool that shows progress as a percentage graph on the form screen.
Progress Bar tool icon at Toolbox
How it looks like on the Canvas
Compatibility
Free Form | Responsive Form | Mobile |
Remarks
In the value update actions to be performed for this tool, if the column name is written as Max in the query to be written, the maximum value will be changed and if Min is entered, the minimum value will be changed. Otherwise, the value will be updated in the field names.
Properties
Properties of the form tool;
-
Name: The name of the tool will be written here.
-
Default Value: The value entered here comes into the tool by default.
-
Minimum: Sets the starting value.
-
Maximum Value: Sets the ending value.
-
Help Text: It is the text that is entered for comment when the mouse is placed on the tool.
-
Height / Width: Adjusts the height and width of the tool (The width field has been removed from Responsive Forms).
-
From Left / Top: Adjusts the distance of the tool from the left and top (This field has been removed from responsive forms).
-
Maximum Value SQL Query: Sets the maximum value of the SQL query.
-
Pin Right: Pins the tool to the right.
-
Display: Makes the tool not appear on the screen.
In the value update actions to be performed for this tool, if the column name is written as MAX in the query to be written, the maximum value will be changed and if MIN is entered, the minimum value will be changed. Otherwise, the value will be updated in the field names.
Actions
-
When the value changes: Assign an “Action” as on value changes handler. For more information please click here.
Examples Used
If you want to enter data as the default value, you can write “30” in the Default Value part. It comes as marked on the client screen.
Client screen
To change the value of the Progress Bar tool, you can use a Figures Box with its action, which is When the value changes event with Update Value operation and it triggers the Progress Bar tool.
How it looks like on the Canvas
Client screen