home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_prog / vxbase.arj / README.TXT next >
Encoding:
Text File  |  1991-12-18  |  4.1 KB  |  99 lines

  1. vxBase 1.03  December 10, 1991
  2.  
  3. This is an interim release of version 1.03. All references herein and
  4. in the documentation are to release 1.02. The documentation is not
  5. affected by this interim release. This interim release corrects 
  6. problems with indexing very large files (over 200,000 records) and
  7. with scrolling and quick keys in the vxBrowse function with very 
  8. large files. 
  9.  
  10. Release Notes
  11. -------------
  12.         Release 1.02 corrects a stack overflow problem when evaluating
  13. complex filter expressions. Six new functions have also been added:
  14.  
  15.         1. vxBrowseCase
  16.         2. vxMemoRead
  17.         3. vxReplMemo
  18.         4. vxSetErrorCaption
  19.         5. vxSetupPrinter
  20.         6. vxWindowDereg
  21.  
  22.         Restrictions on multiple instances of the same program have
  23. also been removed. A new vxBase Task-window manager has been added to
  24. attach database select areas to windows. Whenever a window that controls
  25. a database gets the input focus, the database attached to that window
  26. automatically gets selected. See the "Multitasking and Multiuser
  27. Considerations" section in the manual for detailed information.
  28.         Multiple browse windows are now allowed (up to eight for all
  29. tasks).
  30.         More memo functions have been added to allow editing or
  31. displaying memos in Visual Basic text boxes, saving them, and formatting
  32. them for printout without having to rely on vxMemoEdit.
  33.         vxBase now allows 24 dbfs and 32 index areas (all tasks).
  34.         Index buffer space has been increased to allow indexing very 
  35. large files on complex key expressions.
  36.  
  37.  
  38. Installation
  39. ------------
  40.     vxBase is distributed on a single diskette or on bulletin boards
  41. as two compressed .ZIP files. The first ZIP file is vxd101.zip, which
  42. contains the documentation in a Windows Write file. This file is
  43. essential to understanding and using vxBase. If it is missing, contact
  44. the author at the address below.  The documentation is separated from
  45. the rest of vxBase to allow potential users to preview it before
  46. installing and actually using vxBase. This is especially helpful to
  47. potential users who extract vxBase from a bulletin board. They can
  48. evaluate the system from a documentation standpoint before committing to
  49. downloading the larger system.
  50.  
  51.     Unzip vxd102.zip and print it out. Users who printed the manual
  52. for release 1.01 may consult a list on the first page of the manual
  53. that documents the changes and additions to this release. They may
  54. print only those pages to bring the manual up to date (except for
  55. the Table of Contents). The manual is now more than 160 pages
  56. long. It was formatted for an Epson 24-pin printer using standard
  57. Roman and Courier fonts.   
  58.         By user request, an Error Messages section has been added to the
  59. end of the manual.
  60.  
  61.     The second ZIP file (vxb102.zip) contains the sample source code
  62. and Visual Basic project files, vxbase.txt which includes all of the Visual
  63. Basic declarations for the routines in the vxBase DLL and the vxBase DLL
  64. itself.
  65.  
  66.     If you are going to upload vxBase to a bulletin board, it must be
  67. sent as it was received - in two ZIP files.
  68.  
  69.     When the system ZIP file is decompressed, it contains this readme.doc
  70. file and 2 more ZIP files. These ZIP files are:
  71.  
  72.     vxbdll.zip    the vxBase DLL
  73.     vxbtest.zip    sample source code and vxbase.txt
  74.  
  75.     To install vxBase, first make a subdirectory under your \vb
  76. directory named \vb\vxbtest and copy the vxbtest.zip file there. Unzip it
  77. and delete the vxbtest.zip file from your hard disk. To run the sample
  78. application it is essential that these files be in directory \vb\vxbtest
  79. because this path is hard-coded into the sample code. If you MUST put it
  80. somewhere else, you'll have to modify the file names in the source code to
  81. reflect your location.
  82.  
  83.     Unzip vxbdll.zip and place the resulting file (VXBASE.DLL) in your
  84. \windows directory.
  85.  
  86.         To run the sample program, see the Sample Application section in the
  87. manual.
  88.  
  89. Terry Orletsky
  90. Comsoft Inc.
  91. #208, 10335 - 172 Street
  92. Edmonton, Alberta, Canada
  93. T5S 1K9
  94. Phone (403) 489-5994
  95. Fax (403) 486-4335
  96. Compuserve I.D. 70524, 3723
  97.  
  98.  
  99.