| Directives |
|
| Format |
Where:
|
|||||||||||||||||||||||||
| *Note* | This directive only functions in Windows or with the WindX terminal driver. When using WindX, the help file must be resident on, or directly accessible to, the remote workstation. If used on a text mode terminal, the system will call *text/sys_help (or *text/sys_print for PRINT and *text/sys_edit for EDIT) to handle the request. | |||||||||||||||||||||||||
| Description | Use the SYSTEM_HELP directive to invoke standard or application-supplied Help. | |||||||||||||||||||||||||
| Format 1 | Invoke Standard Help
Use this format to invoke the standard Windows Help system and CHM-based Help files. Help files must be created in accordance with the Windows standard. Indicate the key to start with in the Help index. (Optional.) If a partial key (?) is used, the Help subsystem tries to find the entry in the Help index that most closely matches it. If the first character is a # then the key is considered the Help index for the file. If it is neither ? nor #, the key must be an exact match for an entry in the Help index.
SYSTEM_HELP allows you to use files other than those with a .HLP extension. ProvideX passes these directly to the Windows Shell command for processing, allowing Windows to apply normal file associations to automatically launch the appropriate application. Preface the second argument with a #and append it to the first argument for URL handling; e.g., SYSTEM_HELP"http://www.pvx.com/support.htm","mymark" would be http://www.pvx.com/support.htm#mymark. |
|||||||||||||||||||||||||
| Format 2 | Invoke
Application-Supplied Help
If this format is used, the text following the single quote in the Help message is displayed in a popup Help box; e.g.,
|
|||||||||||||||||||||||||
| Format 3 | Operating
system Open/Print/Edit of file The PRINT and EDIT options are +PxPlus Exclusive
This directive can be used to request that the operating system open the file based on the file suffix. For example, if you want to print a document you could issue:
If no option (OPEN/PRINT/EDIT) is specified, the system will use OPEN by default. If the WAIT option is specified it must be the final option and will cause PxPlus to wait until the completion of and process initiated by the SYSTEM_HELP command. |
|||||||||||||||||||||||||