home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / FERRAMEN / QD_HELP / PRAGMA.QDH < prev    next >
Encoding:
Text File  |  1994-04-02  |  2.7 KB  |  97 lines

  1. //
  2. // pragma command
  3. //
  4.  
  5. /topic PRAGMA_COMMAND
  6.  
  7.     /title The /pragma command
  8.     /keywords /pragma;commands
  9.     /browse commands,AUTO
  10.  
  11.     /defformat \sa100
  12.  
  13.     /para \fs40\b\i
  14.       The /pragma command
  15.     /endpara
  16.  
  17.     /para 
  18.       The /pragma command has the following syntax:
  19.     /endpara
  20.  
  21.     /para 
  22.       /text \b\f3,/pragma option
  23.     /endpara
  24.  
  25.     /para
  26.        The /pragma command is used to set internal QDHELP processor
  27.        options.  The following options are supported: \line
  28.        debug \line
  29.        noheader \line
  30.        nohpj \line
  31.        vbheader \line
  32.        nodatabase \line
  33.     /endpara
  34.  
  35.     /para
  36.        The options cause the following actions:
  37.     /endpara
  38.  
  39.     /para
  40.       /text \b,debug 
  41.       \line
  42.       This option causes QDHELP to put special RTF commands into the 
  43.       resultant help file.  The commands put a new button on the WinHelp
  44.       button bar named "Source".  This button will bring up the file
  45.       which contains the source for the help page which you are currently
  46.       viewing. The default editor used is Windows Notepad. 
  47.     /endpara
  48.     /para \sa100 
  49.       If you do not wish to use NOTEPAD you 
  50.       must set the environment variable QDHELP_DEBUG_EDITOR in your
  51.       DOS environment prior to running QDHELP...
  52.     /endpara
  53.     /para
  54.       set QDHELP_DEBUG_EDITOR=b.exe
  55.     /endpara
  56.     /para
  57.       NOTE: you must be in the directory with the source files for
  58.       the debug source browse to work.  If you run WinHelp by calling
  59.       it with a full path to the help file the source browse will not
  60.       be able to find the source files.
  61.     /endpara
  62.  
  63.     /para
  64.       /text \b,noheader 
  65.       \line
  66.       This option suppresses the output of the .HHH file.  The QDHELP 
  67.       default is to generate the .HHH file.
  68.     /endpara
  69.  
  70.     /para
  71.       /text \b,nohpj 
  72.       \line
  73.       This option suppresses the output of the .HPJ file.  The QDHELP 
  74.       default is to generate the .HPJ file.  If you suppress the .HPJ
  75.       file you must place the correct information in the .HPJ file for
  76.       the /debug option to work.  Look at a .HPJ file generated by QDHELP
  77.       with debug on and off to see what special things QDHELP adds to the
  78.       .HPJ file for debug.
  79.     /endpara
  80.  
  81.     /para
  82.       /text \b,vbheader 
  83.       \line
  84.       This option causes the output of the .VB file.  The QDHELP 
  85.       default is to note generate the .VB file. The .VB file contains
  86.       the global defs for the context sensitive help ids you need.
  87.     /endpara
  88.  
  89.     /para
  90.       /text \b,nodatabase 
  91.       \line
  92.       This option suppresses the output of the .DB file.  The QDHELP 
  93.       default is to generate the .DB file.
  94.     /endpara
  95.  
  96. /endtopic
  97.