TEXTLINE (Text Line)
The TEXTLINE tag generates a single line of text to replace the regular tag text for the HELP and PANEL tags.
Syntax
Comments
The TEXTLINE tag encloses one or more TEXTSEG tags, used to define the parts or segments of the replacement text. Text defined by the TEXTSEG tag(s) is accumulated in a left to right order. The resulting text is used to create or replace the text portion of the HELP or PANEL tag definition.
Restrictions
- The TEXTLINE tag requires an end tag.
- You must code the TEXTLINE tag within a HELP or PANEL tag definition.
Processing
Tag | Reference | Usage | Required |
---|---|---|---|
DTAFLD | DTAFLD (Data Field) | Multiple | No |
TEXTSEG | TEXTSEG (Text Segment) | Multiple | Yes |
Examples
See the example for TEXTSEG (Text Segment).