home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / FERRAMEN / QD_HELP / QDHLPSRC.ZIP / BROWSE.QDH < prev    next >
Encoding:
Text File  |  1994-01-27  |  2.3 KB  |  70 lines

  1. //
  2. // browse command
  3. //
  4.  
  5. /topic BROWSE_COMMAND
  6.  
  7.     /title The /browse command
  8.     /keywords /browse;commands
  9.     /browse commands,AUTO
  10.  
  11.     /para \sa300
  12.       /text \b\i\fs40,The /browse command
  13.     /endpara
  14.  
  15.     /para \sa150
  16.       The /browse command has the following syntax:
  17.     /endpara
  18.  
  19.     /para \sa150
  20.       /text \b\f3,/browse browsename,browsenum or AUTO
  21.     /endpara
  22.  
  23.     /para \sa150
  24.       The browse command is used to set the browse sequence
  25.       numbers used by the Windows 3.0 help window to determine
  26.       what order to browse through the help topics in.
  27.     /endpara
  28.  
  29.     /para \sa150
  30.       The browsename is the name of the browse category that
  31.       the browsenum is part of.  For example, you may have one
  32.       category called commands and one called examples. In this
  33.       case the order of the browsenum values is only valid in
  34.       reference to the browsename that number is associated 
  35.       with. The browsename is just any name you find suitable
  36.       for your purposes.  When in help and while viewing
  37.       a topic that is in a browsename category, if the user
  38.       hits the forward browse key he/she will be moved to the
  39.       topic which is in the same browsename category and has
  40.       the next highest number for browsenum. The reverse browse
  41.       key will move to the same browsename category with the
  42.       next lowest browsenum.
  43.     /endpara
  44.  
  45.     /para \sa150
  46.       /text \b,READ THIS...
  47.       If instead of a number you put the string AUTO in the browsenum
  48.       place QDHELP will automatically increment the browse count for
  49.       you.  This is a GREAT feature that I use in all the help
  50.       files I write.  You no longer have to number the sequences
  51.       on your own.  Just put AUTO in browsenum and you will browse
  52.       through the topics in the same order that you have them in the
  53.       file.  If you use AUTO do NOT use any numbers for browsenum
  54.       in the same browsename.  This will cause unpredictable results
  55.       since the number you choose may have already been used by the
  56.       AUTO command.
  57.     /endpara
  58.  
  59.     /para \sa150
  60.       /text \b,Command Placement
  61.     /endpara
  62.  
  63.     /para
  64.       This command must be placed after the /topic command
  65.       but before any /para command.
  66.     /endpara
  67.  
  68. /endtopic
  69.                                                           
  70.