TEXTEDIT stack item
Defines a multi-line edit field in a stack-based layout.
Syntax
TEXTEDIT [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
COLOR,COLOR WHERE, COMMENT, DEFAULT, DOWNSHIFT, FONTPITCH, HEIGHT, HIDDEN, INCLUDE, JUSTIFY, KEY, NOT NULL, NOENTRY, PLACEHOLDER, PROGRAM, REQUIRED, SAMPLE, SCROLL, SCROLLBARS, STYLE, STRETCH, TAG, TABINDEX, TITLE, UPSHIFT, VALIDATE LIKE, WANTTABS, WANTNORETURNS.
Usage
Define the rendering and behavior of a text edit stack item, with a
TEXTEDIT element inside a STACK container.Note: The
TEXTEDIT stack item can be used inside a stack container like a group, or as root
element of the STACK container: When used directly under the STACK
container, the TEXTEDIT stack item must be the only element in the container. It is
rendered as a scalable form item that can stretch to fit the front-end screen size.For more details about this item type, see TEXTEDIT item type.
Example
TEXTEDIT customer.cust_address, HEIGHT=3, REQUIRED;