Form specification files / Form item attributes |
The SCROLLBARS attribute can be used to specify scrollbars for a form item.
SCROLLBARS = { NONE | VERTICAL | HORIZONTAL | BOTH }
This attribute defines scrollbars for the form item, such as a TEXTEDIT.
TEXTEDIT f001 = customer.fname, SCROLLBARS=BOTH;