Library /sys$common/syshlp/helplib.hlb
FMS, /TRANSLATE, Qualifiers, /WARNINGS

 *Conan The Librarian

  /WARNINGS=severity

  Specifies  the  severity  level of messages to be output by the  Form
  Language  Translator.   Possible  values  are:  ALL,   INFORMATIONAL,
  WARNING,  and  ERROR in that order. Each message  level includes that
  level and higher levels.   The  value  ALL  can   be used in place of
  INFORMATIONAL.

  FMS/TRANSLATE/WARNINGS replaces FMS/TRANSLATE/MESSAGE.

  Example: FMS/TRANSLATE/WARNINGS=ERROR SOMEFORM

      The Form Language file SOMEFORM.FRM is translated, no WARNING or
      INFORMATIONAL messages are output. ERROR and SEVERE messages are
      output.
  Close     Help