Library /sys$common/syshlp/CDO$HELP.HLB  —  fld-properties  HELP_TEXT, Examples
    1.CDO>  DEFINE FIELD EMPLOYEE_STATUS
      cont>   DATATYPE IS TEXT SIZE IS 5
      cont>   HELP_TEXT IS " Enter:  C for currently employed,
      cont>   R for retired, D for dismissed,
      cont>   or MLOA for medical leave of absence. ".

      In this example, the DEFINE FIELD command includes a HELP_TEXT
      property that defines help text for the EMPLOYEE_STATUS field
      element.

                                   NOTE

       When you enter a quoted string that extends beyond one line,
       let the string wrap to the next line. Do not enclose each
       line of the quoted string with quotation marks. Do not press
       the Return key until you close the quoted string.

    2.     CDO>  CHANGE FIELD EMPLOYEE_STATUS
      cont>   NOHELP_TEXT.

      In this example, the NOHELP_TEXT keyword removes the HELP_TEXT
      property from the EMPLOYEE_STATUS field element.
Close Help