home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / ntqt20.zip / WHATSNEW.DOC < prev   
Text File  |  1993-02-15  |  5KB  |  140 lines

  1. This files contains information on the new features included in
  2. version 2.01 of NETWORK QUOTABLES.  Please read the full
  3. documentation, QUOTES.DOC, for a full explaination of how each
  4. new feature works.
  5.  
  6. Thanks to Pete Carstensen for his helpful suggestions and
  7. comments and to all the other users who have contributed quotes.
  8.  
  9. New and Improved:
  10.  
  11. Command Line Parameters
  12.  
  13.      /?, /H or ? - Displays help screen listing all of the
  14.      command line switches
  15.  
  16.      /F - allows the user to bypass the date check of the
  17.      QUOTE.DBF file and force the program to load.  
  18.  
  19.      /T#S - where # is time specified in seconds, allows the user
  20.      to set the time that NETWORK QUOTABLES is active, assuming
  21.      the ESCape key is not pressed first.  The default is 0,
  22.      which keeps the program active forever.
  23.  
  24.      /S#M - where # is time specified in seconds, allows the
  25.      program to be loaded  as a non-TSR screen saver.  The screen
  26.      moves vertically every # seconds.
  27.  
  28.      /R - generates a new random quote every time the program is
  29.      run.  Ignores the fact that the quote may have been
  30.      displayed before.  If this parameter is used, each network
  31.      user will see a different quote.
  32.   
  33.      Parameters can be used in combination with each other.  Do
  34.      not separate them with spaces or other delimiters.
  35.  
  36.      EXAMPLES:
  37.  
  38.      QUOTES /F
  39.      Will ignore the date stored in QUOTE.DBF and will
  40.      automatically load the program.
  41.  
  42.      QUOTES /T300S
  43.      Keeps the program active for 300 seconds (5 minutes). 
  44.  
  45.      QUOTES /R
  46.      Picks a new quote each time the program is run.
  47.  
  48.      QUOTES /S20M
  49.      Runs the program as a screen saver that moves every 20
  50.      seconds.
  51.  
  52.      QUOTES /F/T60S/R
  53.      Forces the program to run, keeps the quote displayed for 60
  54.      seconds and picks a new random quote.
  55. QUOTE.DBF File Location
  56.     
  57.      A file location feature has been added so that the
  58.      administrator can determine where the QUOTE.DBF file is
  59.      located.  ***Do not*** use the program directory as the
  60.      location of this file or set the drive to the program drive
  61.      and leave the directory blank.  A file with the same name 
  62.      is located in the program directory and conflicts will
  63.      arise.
  64.  
  65. User Added Quotes
  66.  
  67.      A USERADD field has been added to the quotes database.  When
  68.      a user adds a quote to the database, the field is filled
  69.      with a "T".  This allows the user to distinguish the
  70.      supplied quotes from their own.   
  71.  
  72. Browse
  73.  
  74.      The Browse feature has had several options added to it.  You
  75.      can now browse the database based on a search of up to seven
  76.      words using AND and OR logic. An Edit Box has been added so
  77.      that the quote can be seen as it will be displayed.  A Quick
  78.      search feature has been added so that you can quickly find
  79.      quotes based on the first 15 characters.   
  80.  
  81. Select Quotes
  82.  
  83.      Select Quotes has been changed so that you have the option
  84.      to have the selection take effect immediately or tomorrow.
  85.  
  86. Printing
  87.  
  88.      Printing has also been greatly enhanced.  You can print all
  89.      quotes, quotes tagged as used, user added quotes, or by
  90.      search criteria.  Support for LPT1, LPT2, LPT3 and printing
  91.      to file are now supported.  Quotes can be printed in either
  92.      portrait or landscape.  Portrait is designed to print on
  93.      most dot-matrix and laser printers.  Landscape requires an
  94.      HP Laserjet compatible printer.  The page length and the top
  95.      margin can now be changed.
  96.  
  97. General
  98.  
  99.      Added single key deletion of administrator message.
  100.  
  101.      Completely rewrote all network record and file locking,
  102.      error capture and recovery routines.
  103.  
  104.      General cleanup.  Cleaned up all of the scroll bar menus and
  105.      screens.  Tried for consistency.
  106.  
  107.      Optimized and cleaned up code.
  108.  
  109. Fixes:
  110.  
  111.      When printing Quotes, sporadically did not print used flag.
  112.  
  113.      The message database was created without placing a record in
  114.      it.  This caused any message that was entered not to be
  115.      saved. 
  116.  
  117.      Packing the database corrupted the indexes. 
  118.  
  119.      Could not change the menu highlight color when editing the
  120.      screen colors.
  121.  
  122.      A user has reported sporadic problems (it ran on some
  123.      machines and not others) running Network Quotables with QEMM
  124.      in Stealth mode.  When  stealth mode was removed everything
  125.      ran fine.  I tested the program with QEMM and EMM386 on
  126.      several machines and have had no problems.
  127.  
  128.            
  129. Notes:
  130.  
  131.      Printing with Shift-F7 still can only print to LPT1.
  132.  
  133.      Only one person should print to the Capture.prn file at a
  134.      time.  The file is wiped out the next time a print to file
  135.      is performed.
  136.  
  137.      If /T and /S are specified together, the screen saver will
  138.      take precedence.
  139.  
  140.