auto_stories Bilgi Bankası chevron_right Form chevron_right Makale

Progress Bar

It is a tool that shows progress as a percentage graph on the form screen.

b1.jpg

Progress Bar tool icon at Toolbox

 

b2.jpg

How it looks like on the Canvas

 

Compatibility

Free Form Responsive Form Mobile
icons8-check-circle-48.png icons8-check-circle-48.png icons8-check-circle-48.png

 

 

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;

b3.jpg

 

  • 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.

mceclip0.png

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.

mceclip1.png

How it looks like on the Canvas

mceclip0.png

mceclip2.png

Client screen