EDIT stack item
Defines an element to enter a single-line text in a stack-based layout.
Syntax
EDIT [identifier] [ , attribute-list ] ;
- field-name identifies the name of the screen record field.
- attribute-list defines the aspect and behavior of the form item.
Attributes
AUTONEXT
, CENTURY
, COLOR
, COLOR WHERE
, COMMENT
, COMPLETER
, DEFAULT
, DISPLAY LIKE
, DOWNSHIFT
, FONTPITCH
, FORMAT
, HIDDEN
, IMAGECOLUMN
, INCLUDE
, INVISIBLE
, JUSTIFY
, KEY
, KEYBOARDHINT
, NOT NULL
, NOENTRY
, PICTURE
, PLACEHOLDER
, PROGRAM
, REQUIRED
, REVERSE
, SAMPLE
, STYLE
, SCROLL
, TAG
, TABINDEX
, TITLE
, UNSORTABLE
, UNSIZABLE
, UNHIDABLE
, UNMOVABLE
, UPSHIFT
, VALIDATE LIKE
, VERIFY
.
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;