helpForm

The helpForm property specifies the name of the help form, a special kind of text form that provides help messages for the form. No default values are available for this property.

Example

Assume that you have a help form named myHelp01 that is in the FormGroup myHelpForms.egl. The following example associates that help form with a text form named detailForm.
form detailForm type textForm{
     screenSizes =[[24, 80]], formSize =[24, 80], position =[1, 1], 
     validationBypassKeys =[pf3, pf12], helpForm = "myHelp01", 
     alias = "DFRM", helpKey = pf4, msgField = MESSAGE}

Compatibility

Table 1. Support for helpForm property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
No No No No Yes Yes No No

Feedback