home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / programr / vbasic / vxb104 / readme.txt next >
Text File  |  1992-02-20  |  4KB  |  98 lines

  1. vxBase 1.04  February 20, 1992
  2.  
  3. This release features 10 new functions:
  4.  
  5.      vxBrowsePos    Position and size your browse windows
  6.      vxDateString   Display dates in international formats
  7.      vxDeallocate   Manage memory in design mode
  8.      vxDescend      Build descending indexes and seek
  9.      vxMenuDeclare  Allocate memory for browse window menus
  10.      vxMenuItem     Build your own menus on browse windows
  11.      vxRecord       Use record structures or strings to
  12.                     hold complete records
  13.      vxSetDate      Set international date formats
  14.      vxSetHandles   Increase the number of files open in a task
  15.      vxSetString    Use vxbase with other languages
  16.  
  17.  
  18. Corrections and Changes:     
  19. ------------------------
  20. Corrects vxReplLong, vxBrowse Query Find Next, and
  21. vxBrowse dashes and ampersands in quick keys.
  22.  
  23. Corrects VB.EXE memory growth problem in design mode. Running a
  24. vxBase app in design mode repeatedly resulted in an ever
  25. increasing VB.EXE until the developer ran out of memory. The
  26. problem has been corrected as follows:
  27.  
  28.    A new function, vxDeallocate(), has been added. This function
  29.    works ONLY in design mode and must be added to your exit routine.
  30.    For an example of vxDeallocate use, see the QuitButton proc
  31.    in VXFORM0 and the Form_Unload proc in VXFORM1.
  32.  
  33. Corrects scrolling problems in vxBrowse if the Start record number
  34. was not the first record in the file or the first record in a defined
  35. subset.
  36.  
  37. Declared joined windows are automatically displayed when a browse
  38. window is created. The user no longer has to select the Join menu item.
  39.  
  40.  
  41.  
  42. Installation
  43. ------------
  44.     vxBase is distributed on a single diskette or on bulletin boards
  45. as two compressed .ZIP files. The first ZIP file is vxbdoc.zip, which
  46. contains the documentation in a Windows Write file. This file is
  47. essential to understanding and using vxBase. If it is missing, contact
  48. the author at the address below.  The documentation is separated from
  49. the rest of vxBase to allow potential users to preview it before
  50. installing and actually using vxBase. This is especially helpful to
  51. potential users who extract vxBase from a bulletin board. They can
  52. evaluate the system from a documentation standpoint before committing to
  53. downloading the larger system.
  54.  
  55.     Unzip vxbdoc.zip and view or print it. The manual is more than
  56. 180 pages long. It was formatted for an Epson 24-pin printer using standard
  57. Roman and Courier fonts. Printed manuals may be obtained for $15.00.
  58. See the end of the documentation for ordering information.
  59.  
  60.     The second ZIP file (vxbase.zip) contains the sample source code
  61. and Visual Basic project files, vxbase.txt which includes all of the Visual
  62. Basic declarations for the routines in the vxBase DLL and the vxBase DLL
  63. itself.
  64.  
  65.     If you are going to upload vxBase to a bulletin board, it must be
  66. sent as it was received - in two ZIP files.
  67.  
  68.     When the system ZIP file is decompressed, it contains this readme.doc
  69. file and 2 more ZIP files. These ZIP files are:
  70.  
  71.     vxbdll.zip    the vxBase DLL
  72.     vxbtest.zip    sample source code and vxbase.txt
  73.  
  74.     To install vxBase, first make a subdirectory under your \vb
  75. directory named \vb\vxbtest and copy the vxbtest.zip file there. Unzip it
  76. and delete the vxbtest.zip file from your hard disk. To run the sample
  77. application it is essential that these files be in directory \vb\vxbtest
  78. because this path is hard-coded into the sample code. If you MUST put it
  79. somewhere else, you'll have to modify the file names in the source code to
  80. reflect your location.
  81.  
  82.     Unzip vxbdll.zip and place the resulting file (VXBASE.DLL) in your
  83. \windows directory.
  84.  
  85.         To run the sample program, see the Sample Application section in the
  86. manual.
  87.  
  88. Terry Orletsky
  89. Comsoft Inc.
  90. #200, 10310 - 176 Street
  91. Edmonton, Alberta, Canada
  92. T5S 1L3
  93. Phone (403) 489-5994
  94. Fax (403) 486-4335
  95. Compuserve I.D. 70524,3723
  96.  
  97.  
  98.