| ProLinga-4GL Reference Manual |
|---|
PROGRESS — Visual progress indicator.
PROGRESS BOUNCE progressbar_widget_name
{ STEP step_ref | UPDATE }
PROGRESS FRACTION progressbar_widget_name VALUE fraction_ref
PROGRESS LABEL progressbar_widget_name VALUE data_ref [data_ref...]
The
| Any data reference or numeric value between 0.00 and 1.00. Every time an UPDATE is triggered, the bouncing block in in the progress bar will move with this fraction. |
| Any data reference or numeric value between 0.00 and 1.00. Every time an FRACTION is triggered, the progress bar will fill this fraction of the bar. |
| Any single data reference, including hard coded strings and numeric values to be displayed in the progress bar. |
| << PARAMETER Command | REPOSITORY Command >> |