home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR36 / BTV200.ZIP / WHATS.NEW < prev    next >
Text File  |  1993-12-18  |  3KB  |  54 lines

  1. Version 1.50
  2. 06/06/93
  3. * Added protected mode support for BP 7.0.
  4. * Added Windows 3.1 support.
  5. * Rewrote the DOS Btrieve interface unit BTRV6.PAS to remove unneeded code.
  6. * Renamed Btrieve interface unit to BTRVDOS.PAS.
  7. * Moved all constants into the file BtvConst.pas.
  8. * Defined a DefErrorHandler object type as a descendant of ErrorHandler.
  9.   DefErrorHandler has the default error message strings that are stored in the
  10.   data segment. Unless a DefErrorHandler is created the error messages will
  11.   not be loaded into memory. Version 2.0 will include a new error handler that
  12.   reads error messages from a Btrieve file.
  13. * Added ErrorON flag and ErrorsOnOff procedure to the BtrieveFile object. This
  14.   provides an easy way to turn built in error checking on and off.
  15. * All examples work under Windows and protected mode.
  16. * Windows data entry example program.
  17.  
  18. Version 1.51
  19. 09/07/93
  20. * Month and Day were backwards in BDateRec
  21.  
  22. Version 1.52
  23. * Fixed a bug in CheckForBtrieve
  24. * Cleaned up the owner name (password) routines Open, SetOwner, ClearOwner
  25. * Added a demo for owner names
  26. * Added bNoAccess constant for owner names
  27.  
  28. Version 2.00
  29. 12/06/93
  30. * Addded full support for extended operations (Get, Step, Insert).
  31. * Added SetFillValue and GetFillValue procedures to BtrieveFile. SetFillValue
  32.   sets the value used by ClearBuffer and ClearKey to clear the data and key
  33.   buffers.
  34. * Added support for external programmer defined key buffers to BtrieveFile.
  35.   External key buffers allow the programmer to define key records.
  36. * Added GetBtrieveVersion global procedure.
  37. * Added UnloadBtrieve global procedure.
  38. * Added a DiskErrorHandler object. DiskErrorHandler stores all messages
  39.   strings in a BtrieveFile.
  40. * Changed BtrieveFile.MakeKey to a virtual method.
  41. * Internal BTV.PAS errors increased to start at 5000.
  42. * Because of new error codes for the Windows version of Btrieve. Certain
  43.   errors, which are greater than 255, cannot be toggleD ON/OFF individually.
  44.   For those errors greater than 255, use the ErrorsOnOff method added with
  45.   version 1.5.
  46. * Made all occurences of OpCode or Op Integer instead of Byte to allow for
  47.   locks. This will cause type mismatch errors in existing ErrorDisplay code.
  48. * Changed bOutOfMemory error code to 5000.
  49. * Save uses Get instead of Step reads, to allow for sorting.
  50. * Renamed Recover to Copy.
  51. * Added a new Recover that uses Step reads and writes to a DOS text file.
  52. * Added ResetStation for networks.
  53. * Added justification of ZString and String types.
  54.