TITLE attribute
The TITLE
attribute defines the title of a form item.
Syntax
TITLE = [%]"string"
- string defines the title to be associated with the form item, with the % prefix it is a localized string.
Usage
The TITLE
attribute is typically used to define the title of a form
field that will be defined as a TABLE
or TREE
column, or form items used in a stacked layout, to define the label associated
to the item.
Note: It is recommended to restrict your use of the
TITLE
attribute to
form fields that make up the columns of a table/tree container, or form items used
in a stacked layout.Consider using localized strings with the %"string-id"
syntax, if you plan to internationalize your application.
Example
EDIT col4 = FORMONLY.ord_shipdate, TITLE="Ship date";