setFormItemFull

The setFormItemFull build descriptor option is used only when you generate a form group. The option indicates whether to display asterisks (*) in every empty field for which you specified a set statement of the form set field full.

If you have reason to regenerate your text forms and want to retain the field characteristics that were in effect in EGL versions before mid 2012, set the following symbolic parameters to NO: ALLOWTUILEFTALIGN, ALLOWTUISETFORMITEMFULL, and ALLOWTUIFILLWITHNULLS.

Values

YES (the default value)
Display asterisks in the empty fields.
NO
Do not display asterisks in empty fields.

If you specify NO, the set statement of format set field full is ignored for the forms, which may result in better performance and smaller load module size, especially if the form group contains forms with many variables. Specify NO if the programs that use the form group do not use a set statement of format set field full.


Feedback