Opens a Windows Compiled HTML Help (.CHM) file.
System.OpenHelp(HelpFile, Command[, Value])
Newlook Smartclient only.
HelpFile - (String, Required)
String value specifying the name (and optionally the path) of the .CHM file.
It is assumed that help files are located in the default Newlook solution folder, therefore any path specified must be relative to this location.
Command - (Integer, Required)
A constant specifying the command to execute. It should be one of the pre-defined Command constants.
Value - (Integer, Required)
Options for this parameter are no longer supported, specify 0 in this argument.
In the following example we are opening a specific page in the MyHelp.CHM file. JSCRIPTSystem.OpenHelp("MyHelp.chm::/MyPage.htm", nlHelpContents, 0); VB SCRIPTSystem.OpenHelp "MyHelp.chm::/MyPage.htm", nlHelpContents |
No return value.
OpenHelp action | OpenHyperlink action | General Rules - Local Help Files
© 2004-2021 looksoftware. All rights reserved.