home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 2 / CDPD_II_2352.bin / applications / bbaseii / changes < prev    next >
Text File  |  1992-01-01  |  2KB  |  62 lines

  1.  
  2.                      Notice to Previous Users of bBaseII
  3.                      ===================================
  4.  
  5. The version of bBaseII which was distributed on Fish Disk 491 defaulted the
  6. maximum number of records at 99, and allowed the number to be changed from
  7. within the program.  I discovered that changing the number left the program
  8. very vulnerable to a crash, if the requested memory was not available.
  9. I also discovered that this approach did not really save much memory
  10. when set for the 99 records as opposed to a higher number.  Therefore, this
  11. version is hard-coded to a maximum of 600 records, which I thought to be a 
  12. safe, yet adequate number.
  13.  
  14. Any databases created using the previous version will not display properly
  15. when loaded into this version, due to the above-noted change.  This may be
  16. easily rectified, however, with the use of a text editor.  The procedure
  17. is as follows:
  18.  
  19.  1. Load the previously created ".bbase" file into the text editor.
  20.  
  21.  2. The first line of the file will be a number, corresponding to the
  22.     number of Fields in each Record, ie. "9".  (Without the quotation marks).
  23.     The next lines are the Titles of each Field.  
  24.     In this example, they would occupy the next 9 lines.
  25.  
  26.  3. The next line will show 2 numbers, ie. "50,99".
  27.     These numbers represent the number of records in the database, and the
  28.     maximum allowable number of records, the default being 99.
  29.  
  30.     Simply delete the comma and the second number.  IE. with the cursor 
  31.     sitting to the right of "99", just backspace 3 times, leaving the first
  32.     number alone on that line.
  33.  
  34. That's all there is to it - the database will now be read properly with the 
  35. current version of bBaseII.
  36.  
  37.  
  38. Improvements to this version (Version 5) include:
  39.  
  40.  - Ability to use cursor keys to move up and down through the Fields.
  41.  
  42.  - CLI users can specify a database filename on the command line.
  43.  
  44.  - 'Save Disabled' option to optionally lock out saves to disk.
  45.    This may also be specified on the command line.
  46.  
  47.  - Review entire database, or optionally selected records, a screenful
  48.    at a time.
  49.  
  50.  - Much faster sorting and deleting.
  51.  
  52.  - A 'progress' bar.
  53.  
  54.  - More readable colors.
  55.  
  56.  - Some bug fixes.
  57.  
  58.  - MUCH more.  See REVISION HISTORY in the docs for a more complete list.
  59.  
  60.  
  61. Bob.
  62.