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.
Form attributes
COLOR
, COLOR WHERE
,
COMMENT
, FONTPITCH
, HIDDEN
, JUSTIFY
, VALUEMIN
, VALUEMAX
, SAMPLE
, STYLE
, TAG
, TITLE
, UNSORTABLE
, UNSIZABLE
, UNHIDABLE
, UNMOVABLE
.
Style attributes
Common: backgroundColor
, border
, fontFamily
, fontSize
, fontStyle
, fontWeight
, localAccelerators
, showAcceleratorInToolTip
, textColor
, textDecoration
.
Class-specific: percentageVisible
.
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;