home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a530 / 2.ddi / README.TXT < prev    next >
Encoding:
Text File  |  1991-10-30  |  6.3 KB  |  165 lines

  1.                       WELCOME TO OBJECTVISION 2.0
  2.                ---------------------------------------
  3.                Copyright (c) 1991 Borland International
  4.                          All Rights Reserved
  5.  
  6.  
  7. This README file contains important, last-minute information about
  8. ObjectVision 2.0.
  9.  
  10. TABLE OF CONTENTS
  11. -----------------
  12.  
  13.   1. Installation
  14.   2. Documentation Changes
  15.   3. Printer Drivers
  16.   4. .DLL Files
  17.   5. Non-ASCII Sort Order
  18.  
  19.  
  20. 1. INSTALLATION
  21. ---------------
  22.  
  23. When using Windows 386 Enhanced Mode, the installation program may
  24. indicate that there is insufficient disk space to install 
  25. ObjectVision due to the Windows swap file.  Although you may have 
  26. sufficient disk space when Windows is not running, Windows allocates 
  27. some of this space for its own use.  To install ObjectVision in this 
  28. situation, you should run Windows in Standard Mode by typing "win /s"
  29. at the DOS prompt.
  30.  
  31. Do not attempt to run the install program from a network drive.  To
  32. install ObjectVision from a network, first copy INSTALL.EXE and 
  33. OV2.LZ to a local drive.  Start INSTALL on the local drive and then
  34. specify the network drive as the source location for the remaining 
  35. files.
  36.  
  37. If you install the runtime version of ObjectVision on the same
  38. computer as the development version, your WIN.INI will contain the 
  39. settings for whichever version you installed last.  The Paradox Engine
  40. and Btrieve sections will be reset to default values.  The HomeDir 
  41. value in the ObjectVision section will contain the path to the last 
  42. version you installed.  Since the HomeDir value is used to locate 
  43. DLL's and other system files when ObjectVision is not in your path, 
  44. you should manually edit it to contain the correct value if you delete 
  45. or change the path of the last version installed.
  46.  
  47.  
  48. 2. DOCUMENTATION CHANGES
  49. ------------------------
  50.  
  51. 2.1  Errors in the "Getting Started" manual:
  52.  
  53.    - On page 21, the paragraphs at the bottom of the page that 
  54.      describe Print Form and Print All omitted this sentence:
  55.  
  56.        "When a form contains a table object, the total number of 
  57.         forms printed depends on the number of values in the link.
  58.         Print Form and Print All print the entire contents of a 
  59.         table object."
  60.  
  61.    - On page 22, the second sentence in the first paragraph should be 
  62.      deleted.  Instead, this sentence should be included:
  63.  
  64.        "You can't use @PRINTLINK with a link to a table object; 
  65.         those linknames do not appear in the list of links to 
  66.         print."
  67.  
  68.    - On page 68, Table 4.4 should be moved to page 56, where readers
  69.      are instructed to add the other fields to the sample application.
  70.      "Sales Order" should be removed from the list in Table 4.4, and 
  71.      the second line in Table 4.4 should read:
  72.  
  73.        "Contact Name"       "Tax Exempt"
  74.  
  75.    - In the paragraph below Table 4.4, the last sentence should read:
  76.  
  77.        "If you've entered any values in the fields, choose 
  78.         Edit|Clear All to clear them from the form."
  79.  
  80. 2.2  Errors in the "Reference Guide" manual:
  81.  
  82.    - On page 47, the description of a scroll bar on a table is 
  83.      incomplete.  It should read:
  84.  
  85.        "The scroll box in the scroll bar will be in one of 
  86.         three positions.  It is at the top when there is no 
  87.         linked data above the table.  It is at the bottom 
  88.         when there is no linked data below the table.  
  89.         Otherwise, it is in the middle."
  90.  
  91.    - On page 141, the description of @LINKVALUE should have only one
  92.      argument--"DataField."  "LinkName" should be removed from the 
  93.      argument list, the sentence that describes "LinkName" should be 
  94.      deleted, and the Examples should have each instance of 
  95.      "Customers" deleted from the argument list.
  96.  
  97.    - On page 155, the description of @PRINTLINK should include the 
  98.      sentence:
  99.  
  100.        "You can't use @PRINTLINK with a link to a table object.  
  101.         The link won't appear in the list of links to print."
  102.  
  103.    - On page 228, the description of the Btrieve DEC field type should
  104.      read:
  105.  
  106.         "The number is stored as a packed decimal."
  107.  
  108.    - On page 229, the description of the Btrieve MONEY field type 
  109.      should read:
  110.  
  111.          "The number is stored as a packed decimal."
  112.  
  113.  
  114. 3. PRINTER DRIVERS
  115. ------------------
  116.  
  117. If you experience long print times, improved drivers may be available that
  118. reduce print times considerably.  If the most recent drivers aren't in 
  119. your copy of Windows 3.0, you can order the "Windows 3.0 Supplemental
  120. Driver Library" software from Microsoft for a nominal charge by calling
  121. (800) 426-9400. These drivers are also available on CompuServe.  Just type
  122. GO MSCON and scan for the keyword SDL in the Microsoft Software Library.
  123.  
  124.  
  125. 4. .DLL FILES
  126. -------------
  127.  
  128. When you install ObjectVision, the .DLL files for the Paradox Engine
  129. and Novell's Btrieve are placed in your ObjectVision directory. However,
  130. .DLL files you get from other sources might be different versions that
  131. are placed in different directories.
  132.  
  133. Only one .DLL gets loaded into memory.  If there are multiple versions
  134. on your disk, the first one loaded is the one that is used.  This can
  135. cause problems when an application needs a later version of the .DLL
  136. but an earlier version is already loaded.  In a situation like this, the
  137. application won't run properly.
  138.  
  139. When ObjectVision loads the .DLL, it will look first in its own
  140. directory, then the Windows directory, and then any directory in your
  141. PATH statement.
  142.  
  143. Use the date stamp on the .DLL file to decide which is most recent
  144. version.  If there is an earlier version of the DLL in the Windows
  145. directory, overwrite it.  If there is a later version in the Windows
  146. directory, just delete the version in ObjectVision's directory.
  147. If there are copies of the .DLL in other directories, place the most 
  148. recent one in the Windows directory.
  149.  
  150. If you are using Windows 3.1, you should delete the following .DLL 
  151. files from your ObjectVision directory:
  152.  
  153.         OLECLI.DLL
  154.         SHELL.DLL
  155.  
  156.  
  157. 5. NON-ASCII SORT ORDER
  158. ----------------------- 
  159.  
  160. Before using existing Paradox or Btrieve tables with non-ASCII sort orders,
  161. open the Control Panel's International icon and choose the language and
  162. country settings that match the table's sort order.  When you create
  163. Paradox or Btrieve tables with ObjectVision, your current language and
  164. country settings are automatically used.
  165.