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.

TEXTEDIT f001 = customer.fname, SCROLLBARS=BOTH;