PROGRESSBAR stack item
Defines a progress indicator field in a stack-based layout.
Syntax
PROGRESSBAR field-name [ , attribute-list ] ;
- field-name identifies the name of the screen record field.
- attribute-list defines the aspect and behavior of the form item.
Attributes
COLOR
, COLOR WHERE
,
COMMENT
, FONTPITCH
, HIDDEN
, JUSTIFY
, VALUEMIN
, VALUEMAX
, SAMPLE
, STYLE
, TAG
, TITLE
, UNSORTABLE
, UNSIZABLE
, UNHIDABLE
, UNMOVABLE
.
Usage
Define the rendering and behavior of a progress bar stack item, with a
PROGRESSBAR
element inside a STACK
container.
For more details about this item type, see PROGRESSBAR item type.
Example
PROGRESSBAR workstate.position,
VALUEMIN=-100, VALUEMAX=+100;