Creating Form Tabs
Form tabs are created on a business application program form using the commands shown in the following example.
$FORM XXnnn S
* [form processing, fields, buttons, or graphics]
$TAB-REGION
$TAB-FOLDER [optional]
$TAB-SCROLL [optional]
$TAB-FORM TabName "Displayed Name"
* [form fields, buttons, or graphics]
$END-TAB TabName
$TAB-FORM TabName "Displayed Name"
* [form fields, buttons, or graphics]
$END-TAB TabName
.
.
.
$END-REGION
* [form fields, buttons, or graphics]
$END-SCR XXnnn S
To create form tabs on an application form