To access context-sensitive help while in the Production Reporting Editor, position the cursor and press [F1] on any of the following:
Commands—You can get help on any Production Reporting command. To see descriptions of the arguments (parameters) of Production Reporting commands, click the command itself, not the argument. The command description describes all the arguments. For example, to get help on the LEGEND argument of DECLARE-CHART, press [F1] on DECLARE‑CHART. The information on LEGEND will be included.
Compiler Directives—Begin with # and include such commands as #DEFINE and #IF.
Reserved Variables—Begin with # or $ and include such variables as #current‑line and $sqr-report. You cannot get help on user-defined variables. Only help on Production Reporting reserved variables is available.
Functions—Functions can be numeric (such as exp or cos), file-related (such as delete or rename), or miscellaneous (such as getenv or ltrim).
If you cannot access a help description where you expect one, check that you correctly spelled the command, compiler directive, reserved variable, or function.