PROGRESSBAR stack item

Defines a progress indicator field, in a stack-based layout.

Syntax

PROGRESSBAR field-name [ , attribute-list ] ;
  1. field-name identifies the name of the screen record field.
  2. 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 an progress bar stack item, with an 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;