SPINEDIT stack item

Defines a spin box widget to enter integer values, in a stack-based layout.

Syntax

SPINEDIT 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

AUTONEXT, COLOR, COLOR WHERE, COMMENT, DEFAULT, FONTPITCH, HIDDEN, IMAGECOLUMN, INCLUDE, JUSTIFY, NOT NULL, NOENTRY, REQUIRED, SAMPLE, STEP, STYLE, TABINDEX, TAG, TITLE, UNSORTABLE, UNSIZABLE, UNHIDABLE, UNMOVABLE, VALIDATE LIKE, VALUEMIN, VALUEMAX.

Usage

Define the rendering and behavior of a spin edit stack item, with an SPINEDIT element inside a STACK container.

For more details about this item type, see SPINEDIT item type.

Example

SPINEDIT command.nbitems, STEP=5;