EDIT stack item

Defines an element to enter a single-line text, in a stack-based layout.

Syntax

EDIT [identifier] [ , 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, DEFAULT, DOWNSHIFT, FONTPITCH, HIDDEN, INCLUDE, JUSTIFY, KEY, NOT NULL, NOENTRY, PROGRAM, REQUIRED, SAMPLE, SCROLLBARS, STYLE, STRETCH, TAG, TABINDEX, TITLE, UPSHIFT, VALIDATE LIKE, WANTTABS, WANTNORETURNS.

Usage

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

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

Example

EDIT customer.cust_name, NOT NULL;