home *** CD-ROM | disk | FTP | other *** search
- //
- // pragma command
- //
-
- /topic PRAGMA_COMMAND
-
- /title The /pragma command
- /keywords /pragma;commands
- /browse commands,AUTO
-
- /defformat \sa100
-
- /para \fs40\b\i
- The /pragma command
- /endpara
-
- /para
- The /pragma command has the following syntax:
- /endpara
-
- /para
- /text \b\f3,/pragma option
- /endpara
-
- /para
- The /pragma command is used to set internal QDHELP processor
- options. The following options are supported: \line
- debug \line
- noheader \line
- nohpj \line
- vbheader \line
- nodatabase \line
- /endpara
-
- /para
- The options cause the following actions:
- /endpara
-
- /para
- /text \b,debug
- \line
- This option causes QDHELP to put special RTF commands into the
- resultant help file. The commands put a new button on the WinHelp
- button bar named "Source". This button will bring up the file
- which contains the source for the help page which you are currently
- viewing. The default editor used is Windows Notepad.
- /endpara
- /para \sa100
- If you do not wish to use NOTEPAD you
- must set the environment variable QDHELP_DEBUG_EDITOR in your
- DOS environment prior to running QDHELP...
- /endpara
- /para
- set QDHELP_DEBUG_EDITOR=b.exe
- /endpara
- /para
- NOTE: you must be in the directory with the source files for
- the debug source browse to work. If you run WinHelp by calling
- it with a full path to the help file the source browse will not
- be able to find the source files.
- /endpara
-
- /para
- /text \b,noheader
- \line
- This option suppresses the output of the .HHH file. The QDHELP
- default is to generate the .HHH file.
- /endpara
-
- /para
- /text \b,nohpj
- \line
- This option suppresses the output of the .HPJ file. The QDHELP
- default is to generate the .HPJ file. If you suppress the .HPJ
- file you must place the correct information in the .HPJ file for
- the /debug option to work. Look at a .HPJ file generated by QDHELP
- with debug on and off to see what special things QDHELP adds to the
- .HPJ file for debug.
- /endpara
-
- /para
- /text \b,vbheader
- \line
- This option causes the output of the .VB file. The QDHELP
- default is to note generate the .VB file. The .VB file contains
- the global defs for the context sensitive help ids you need.
- /endpara
-
- /para
- /text \b,nodatabase
- \line
- This option suppresses the output of the .DB file. The QDHELP
- default is to generate the .DB file.
- /endpara
-
- /endtopic
-