home *** CD-ROM | disk | FTP | other *** search
- //
- // hpjbuildtags command
- //
-
- /topic HPJ_CONFIG_COMMAND
-
- /title The /hpjconfig command
- /keywords /hpjconfig;commands
- /browse hpjcom,AUTO
-
- /para \sa300
- /text \b\i\fs40,The /hpjconfig command {\cf0\i0 (Win 3.1)}
- /endpara
-
- /para \sa150
- The /hpjconfig command has the following syntax:
- /endpara
-
- /para \sa150
- /text \b,/hpjconfig CONFIG DATA
- /endpara
-
- /para \sa200
- The /hpjconfig command is used to set data in the [CONFIG] section of
- the .HPJ file. The config section is used to hold macros that will be
- executed when the help file is first started. For example, if you want
- to have left and right browse buttons in your help you would add the
- following command to your .QDH file: \line
- \//hpjconfig BrowseButtons() \line
- This will cause the macro BrowseButtons() to be run on start up and
- your help will have browse buttons on the button bar. This is also
- the place where you register other DLL (Dynamic Link Library) Routines
- that you wish to call from within your help file.
- /endpara
-
- /endtopic
-