Difference between revisions of "SET HELPFILE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | [[@...MENU]], [[HELP]], [[MENU]], [[SET HELP]], [[SET HELPWINDOW]], [[SET INSTRUCT]], [[TEXTEDIT() | + | [[@...MENU]], [[HELP]], [[MENU]], [[SET HELP]], [[SET HELPWINDOW]], [[SET INSTRUCT]], [[TEXTEDIT()]] |
Revision as of 15:04, 11 March 2009
Contents
SET HELPFILE
Class
Recital Terminal Developer Environment
Purpose
Specify an application specific help system
Syntax
SET HELPFILE TO <.hlm filename> | (<expC>)
See Also
@...MENU, HELP, MENU, SET HELP, SET HELPWINDOW, SET INSTRUCT, TEXTEDIT()
Description
The SET HELPFILE TO <.hlm filename> command allows you to bypass the main help system and specify your own help system for a particular application. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, ’.hlm’ is used. SET HELPFILE TO without an expression reselects the main help system.
The full path name of the help file must be specified.
Example
set helpfile to /usr/apps/help/accounts.hlm
Products
Recital Terminal Developer