SCROLLBARS attribute
The SCROLLBARS
attribute can be used to
specify scrollbars for a form item.
Syntax
SCROLLBARS = { NONE | VERTICAL | HORIZONTAL | BOTH }
Usage
This attribute defines scrollbars for the form item, such as a
TEXTEDIT
.
By default, when not specifying the SCROLLBARS
attribute,
TEXTEDIT
fields get a vertical scrollbar.
Example
TEXTEDIT f001 = customer.fname, SCROLLBARS=BOTH;