home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00202 / s / disk1 / proreadm.txt < prev    next >
Text File  |  1993-04-28  |  28KB  |  732 lines

  1.                  
  2.                  README.TXT
  3.  
  4.       Release Notes for Microsoft (R) Visual Basic (TM) Professional Edition
  5.  
  6.                 Version 3.00
  7.  
  8.           (C) Copyright Microsoft Corporation, 1993
  9.  
  10. This document contains release notes for Microsoft Visual Basic Professional
  11. Edition version 3.0 for Windows.  Information in this document is more 
  12. current than that in the manuals or online Help.
  13.  
  14. ------------------------
  15. How to Use This Document
  16. ------------------------
  17. To view README.TXT on screen in Windows Notepad, maximize the Notepad window.
  18.  
  19. To print README.TXT, open it in Windows Write, Microsoft Word, or another 
  20. word processor.  Then select the entire document and format the text in 
  21. 10-point Courier before printing.
  22.  
  23.      *******************************************************************
  24.      Read Part 1 - Software Installation Information - before installing.
  25.      *******************************************************************
  26.  
  27. ========
  28. Contents
  29. ========
  30.  
  31. Part    Description
  32. ----    -----------
  33.  1      Software Installation Information
  34.  2      Notes and Tips
  35.  3      Notes for "Learning Microsoft Visual Basic" Tutorial
  36.  4      Notes for Microsoft Visual Basic Online Help
  37.  5      Notes for Microsoft Visual Basic "Programmer's Guide"
  38.  6      Notes for Microsoft Visual Basic "Language Reference"
  39.  7      Notes for Microsoft Visual Basic "Custom Control Reference"
  40.  8      Notes for Microsoft Visual Basic "Data Access Guide"
  41.  
  42. =========================================
  43. Part 1: Software Installation Information
  44. =========================================
  45.  
  46. To install Visual Basic, use the Program Manager or File Manager to start
  47. SETUP.EXE as you would any other Windows-based application.  For example,
  48. if you are installing from drive A:
  49.  
  50. - From the Program Manager File menu, choose Run.
  51. - In the Run dialog box, type A:SETUP and choose OK.
  52.  
  53.   Or
  54.  
  55. - From the File Manager, double-click the SETUP.EXE file icon 
  56.   on drive A.
  57.  
  58. ------------------------------------
  59. File Sharing for OLE and Data Access
  60. ------------------------------------
  61. You will need SHARE.EXE to enforce file and byte range locking if the 
  62. following programs are running simultaneously:
  63.  
  64. - Two Visual Basic applications that perform data access
  65. - Two instances of one Visual Basic application that performs data access
  66. - Microsoft Access and a Visual Basic application that performs data
  67.   access
  68.   
  69. If you are running Microsoft Windows 3.0 or Windows 3.1 (i.e. not
  70. Windows for Workgroups), you will need to change your AUTOEXEC.BAT
  71. as follows:
  72.  
  73.      SHARE /L:500 /F:5100
  74.  
  75. If the /L or the /F setting to SHARE has a larger value than listed here, 
  76. leave the setting as it is rather than reducing it.
  77.  
  78. Please make this change as soon as possible in your system.
  79.  
  80. Note
  81. ----
  82. If you ship .EXE files to users that use OLE or data access, they must
  83. add this setting to their AUTOEXEC.BAT file as well.
  84.  
  85. -----------------------
  86. Visual C++ and GRID.VBX
  87. -----------------------
  88. If you plan to install Microsoft Visual C++(TM) Development System for 
  89. Windows on your system, you may overwrite the grid control in your Windows 
  90. \SYSTEM directory.  Before installing Visual C++, make a backup of GRID.VBX.  
  91. If you have already installed Visual C++, you can re-install GRID.VBX by 
  92. running Setup again, choosing the Custom Installation button, and then 
  93. selecting the Microsoft Visual Basic option.
  94.  
  95. -----------------------------------------------------
  96. Using Visual Basic 3.0 with SQL Server and Access 1.0
  97. -----------------------------------------------------
  98. If you choose to install the SQL Server ODBC driver, you will find the file
  99. INSTCAT.SQL in the \VB\ODBC directory.  This is a stored procedure file that
  100. the SQL Server administrator must run on the server to prepare the server to
  101. accept Visual Basic as a client.  However, this version of INSTCAT.SQL is
  102. incompatible with Microsoft Access 1.0.  If you are also using Access 1.0 
  103. as a client for that SQL Server, you should use the INSTCAT.SQL that was 
  104. included with Access 1.0.  Visual Basic 3.0 will work correctly with  
  105. INSTCAT.SQL from Access 1.0 except that it will be unable to delete indexes 
  106. from tables.
  107.  
  108. ----------------------
  109. Setup and LZEXPAND.DLL
  110. ----------------------
  111. Visual Basic's Setup program uses LZEXPAND to install ODBC.  If you encounter
  112. a system error while Visual Basic is calculating free disk space, check for 
  113. this file in your Windows \SYSTEM directory.  If an older version of 
  114. LZEXPAND.DLL exists along your path, remove the file and continue with Setup.
  115.  
  116. ======================
  117. Part 2: Notes and Tips
  118. ======================
  119. ----------------------------------------------------
  120. Data Access Compatibility - Visual Basic 2.0 and 3.0
  121. ----------------------------------------------------
  122. The new functionality of the Microsoft Access engine in Visual Basic 3.0 
  123. will affect the behavior of your VB 2.0 code.  Visual Basic 3.0 will 
  124. now assume that all SQL statements take the form of Access SQL (see the 
  125. Access documentation).  You can passthrough SQL to ODBC; as a second 
  126. parameter to the CreateDynaset method, you must specify &H40 to indicate 
  127. SQL passthrough.  Note that if you used backend-specific SQL with 
  128. CreateDynaset, you must add this parameter.
  129.  
  130. ----------
  131. ATI Driver
  132. ----------
  133. If you have an ATI Wonder card, moving the data control around at design
  134. time may cause a GP fault.  Contact ATI for more information.
  135.  
  136. ------------------------------------------------------
  137. BackColor Displayed Incorrectly with 256-Color Bitmaps
  138. ------------------------------------------------------
  139. If you have a 256-color bitmap in any control (or the form) that has a 
  140. BackColor property, it is possible that the background color of that object 
  141. will not display correctly if no color in the bitmap's palette matches the 
  142. background color.
  143.  
  144. ----------------------------------
  145. "Communication Link Failure" Error
  146. ----------------------------------
  147. If you receive a "Communication Link Failure" error when executing queries 
  148. against a Microsoft or Sybase SQL Server, you can retry the operation with 
  149. asynchronous execution disabled.  To do this, add the following entry to 
  150. your VB.INI file:
  151.  
  152.      [Debug]
  153.      RmtTrace=16
  154.  
  155. Visual Basic will continue to run synchronously until this line is removed 
  156. from VB.INI.
  157.  
  158. ---------------
  159. OLE Class Names
  160. ---------------
  161. To get a reference to a currently running OLE application by using its class 
  162. name, you must use:
  163.  
  164.       GetObject(, "classname")
  165.  
  166. that is, GetObject has to have an empty file name.  A file name of "" will 
  167. create a new instance of the server for class name.  This is contradictory 
  168. to what is documented.
  169.  
  170. --------------------------------
  171. OLE Control: In-Place Activation
  172. --------------------------------
  173. The Visual Basic OLE 2.0 control supports "Inside-Out Activation," which
  174. corresponds to "activation on GetFocus."  If a server designates this 
  175. capability and you specify AutoActivate = GETFOCUS, then:
  176.  
  177. - The object is initially deactivated the first time the control gets the 
  178.   focus.
  179. - The object is not fully deactivated when the control loses focus.  
  180.   Instead, the object is directed to tear down any floating user interface 
  181.   it may have, such as tool pallettes.
  182.  
  183. Note that AutoActivate = GETFOCUS is only supported if the server claims to 
  184. be "inside-out-capable," further reducing the possibility of looping
  185. re-activation when a non-insitu server closes and gives focus back to the 
  186. control.
  187.  
  188. -----------------------------------------------
  189. OLE Control: Pasting Objects from the Clipboard
  190. -----------------------------------------------
  191. Applications that provide objects behave differently when an object is 
  192. deleted.  When you delete an OLE object (set Action = 10), the object's 
  193. application may or not close.  If the application does close, any objects 
  194. on the Clipboard associated with that application may also be closed.  
  195. Because of this, you may not be able to cut an object (copy, then delete), 
  196. since deleting the object may also cause the data on the Clipboard to be 
  197. deleted.
  198.  
  199. Another instance of this behavior is when you try to copy an object, then 
  200. paste the object back onto itself.  This action may cause an error, because 
  201. in order to paste over an existing object, the existing object is first 
  202. deleted.  If the application associated with the object closes, and 
  203. subsequently deletes any objects it has on the Clipboard, the Clipboard no 
  204. longer contains an object to paste.
  205.  
  206. ---------------------------------
  207. OLE Control: The PasteOK Property
  208. ---------------------------------
  209. The following applies to objects on the Clipboard that come from an OLE 
  210. object:
  211.  
  212. - When PasteOK returns True, there is no guarantee that the Paste operation 
  213.   will succeed.  For example, PasteOK returns True and the Paste fails when
  214.   there is a linked object on the Clipboard and you are pasting into an 
  215.   object whose OleTypeAllowed property is set to 1 (Embedded).
  216. - PasteOK returns False when there is a linked object on the Clipboard and 
  217.   you are pasting into an object whose OleTypeAllowed property is set to 
  218.   0 (Linked).
  219.  
  220. ------------------------
  221. OLE Control: Link Target
  222. ------------------------
  223. You cannot activate a linked object as hidden (set Verb = -3).  You can, 
  224. however, activate an embedded object as hidden.
  225.  
  226. -----------------------------
  227. OLE Constants in CONSTANT.TXT
  228. -----------------------------
  229. OLE has also defined two new standard verbs relating to the two states that 
  230. an in-place-active object can have.  The following corresponding constants 
  231. have been added to CONSTANT.TXT:
  232.  
  233. Constant                  Description
  234. --------                  -----------
  235. VERB_INPLACEUIACTIVATE    Object is fully in-place active, including floating 
  236.               UI.  Only one at a time per top-level form can be 
  237.               in this state.
  238.               
  239. VERB_INPLACEACTIVATE      Object is semi-active; it is running and ready to 
  240.               respond to user input like clicking within the 
  241.               object or changing the mouse pointer as the user 
  242.               moves the mouse over different parts of the object.  
  243.               Any number of objects can be in this state at a 
  244.               time.
  245.  
  246. So, if you have a number of inside-out-capable objects on a form, where the 
  247. user has specified AutoActivate = ONGETFOCUS, the objects take turns at
  248. being in-place-UI-Active.  The new verbs allow the Visual Basic programmer to 
  249. cause these objects to be in the in-place-active state.  For example, if you 
  250. want to create a form with several of these objects, and you want the form 
  251. to be as responsive as possible to user input, you would put the following 
  252. code for each control into your Form_Load event handler:
  253.  
  254.      OLEControl.Verb = VERB_INPLACEACTIVATE
  255.      OLEControl.Action = OLE_ACTIVATE 
  256.  
  257. See the file CONSTANT.TXT for more information.
  258.  
  259. ------------------------------------
  260. Windows 3.0 and the PopupMenu Method 
  261. ------------------------------------
  262. Under Windows 3.0, pop-up menus invoked during a MouseDown event in some 
  263. cases do not recognize menu selections made with the mouse.  If that occurs, 
  264. you can still make a selection using the arrow keys and the Enter key.
  265.  
  266. ------------------------------------------
  267. Saving ASCII Forms in Source Code Managers
  268. ------------------------------------------
  269. When using source code managers, you need to change the read-only bit on the 
  270. binary file (.FRX) as well as the form file (.FRM) to save the form.
  271.  
  272. --------------------------------
  273. Crystal Reports for Visual Basic
  274. --------------------------------
  275. All prices in the Crystal Reports for Visual Basic editor, CRW.EXE, are 
  276. listed in US dollars.
  277.  
  278. If you are calling Crystal Services from outside the United States for
  279. support or more information, please contact your local international
  280. long distance carrier if you need assistance.
  281.  
  282. ============================================================
  283. Part 3: Notes for "Learning Microsoft Visual Basic" Tutorial
  284. ============================================================
  285. -----------------------
  286. Save Project Before Run
  287. -----------------------
  288. The Save Project Before Run Environment Option (under the Options menu)
  289. should be set to "No" when running the "Learning Visual Basic" tutorial.
  290. Some of the lessons may be impaired if this option is set to "Yes."  By
  291. default, this setting is "No."
  292.  
  293. ====================================================
  294. Part 4: Notes for Microsoft Visual Basic Online Help
  295. ====================================================
  296. ------------------
  297. Error Message Help
  298. ------------------
  299. Online Help is not available for dialogs or error messages that occur at
  300. design time.  For ISAM errors, use the Search dialog in Help.
  301.  
  302. --------------------------------
  303. "Couldn't find installable ISAM"
  304. --------------------------------
  305. An external file dynamic link library (DLL) file couldn't be found.  This 
  306. file is required for operations such as attaching or accessing external 
  307. tables.
  308.  
  309. Possible causes:
  310.  
  311. 1) An entry in the [Installable ISAM] section in VB.INI or <APPNAME>.INI is 
  312.    incorrect.  For example, this error occurs if you're accessing a Paradox 
  313.    external table, and the Paradox entry of the .INI file points to a 
  314.    nonexistent directory.  Exit Visual Basic, make necessary corrections in 
  315.    VB.INI or <APPNAME>.INI using Microsoft Windows Notepad or another text 
  316.    editor, restart Visual Basic, and try the operation again.
  317.  
  318. 2) One of the entries in the [Installable ISAM] section in VB.INI points to  
  319.    a network drive, and that drive isn't connected.  Check to make sure the 
  320.    network is available and the proper drive letter is established, and try 
  321.    the operation again.
  322.  
  323. =============================================================
  324. Part 5: Notes for Microsoft Visual Basic "Programmer's Guide"
  325. =============================================================
  326.  
  327. Page   Section/Note
  328. ----   ------------
  329. 188    The New Keyword
  330.  
  331.        In the example at the top of the page, the local form
  332.        variable F is declared with the New keyword using the 
  333.        Dim statement.  To make the form variable and the 
  334.        loaded form instance persist, use a Static or Global
  335.        variable instead.
  336.  
  337. 194    Determining the Type of an Object Variable
  338.  
  339.        You can use the If...TypeOf statement to determine the 
  340.        control type of a custom control:
  341.        
  342.         If TypeOf object Is objecttype  
  343.     
  344.        The identifier you use for 'object' is the class name of 
  345.        the custom control.  See the section "Specific Control 
  346.        Object Types" (p. 186) for more information.
  347.  
  348. 461    The Options Property
  349.     
  350.        The constant values shown are in hexidecimal and should be
  351.        preceded with the &H notation.  For example,  
  352.        DB_SQLPASSTHROUGH = &H40, not decimal 40.  See online Help
  353.        (Options Property) or the file DATACONS.TXT for the correct
  354.        values.
  355.  
  356. 462    The RecordSource Property
  357.  
  358.        The following text and example should be changed:
  359.  
  360.        For example, the following SQL query returns all of the columns
  361.        in the bibliography for authors who live in New York:
  362.  
  363.         Data1.DatabaseName = "BIBLIO.MDB"
  364.         Data1.RecordSource = "Select * from Titles where state = 'NY'"
  365.         Data1.Refresh
  366.  
  367.        The above should read:
  368.  
  369.        For example, the following SQL query returns all of the columns
  370.        in the bibliography for publishers based in New York:
  371.  
  372.         Data1.DatabaseName = "BIBLIO.MDB"
  373.         Data1.RecordSource = "Select * from Publishers where state = 'NY'"
  374.         Data1.Refresh
  375.  
  376. 465    Adding a New Record
  377.  
  378.        In the second paragraph in this section, the last sentence
  379.        should read, "Notice that using the buttons on the data 
  380.        control or one of the Move methods to move to another record
  381.        will automatically save your added record."
  382.  
  383. 530    Determining How an Object Is Displayed
  384.  
  385.        In the first paragraph, the second sentence should read, 
  386.        "the Icon check box," not "th eIcon check box."
  387.        
  388. 550    Creating Invisible Objects
  389.  
  390.        In the sample code, the following line has incorrect syntax:
  391.  
  392.         MyWord = ObjVar.SuggestWord MyWord
  393.       
  394.        The code should look like this:
  395.  
  396.          MyWord = ObjVar.SuggestWord (MyWord)
  397.  
  398. 552    Limitations in Visual Basic
  399.        
  400.        Under the discussion "Arrays and User-Defined Types," the third 
  401.        bulleted item should read: "You cannot...Assign the return value 
  402.        of a property or method to an array variable or a variable of a 
  403.        user-defined type." 
  404.  
  405. 554    Closing an Object
  406.  
  407.        In the paragraph after the sample code, second sentence:  It is 
  408.        not true that invoking a Close method on an object sets variables
  409.        that refer to the object to Nothing.
  410.  
  411. 582    Determining the Files You Need to Distribute
  412.  
  413.        The following additional files are required for distributing 
  414.        your Visual Basic applications:
  415.  
  416.        DLL Name       Required by (Professional Edition Only)
  417.        --------       ---------------------------------------
  418.        PDIRJET.DLL    Crystal Reports for Visual Basic
  419.        PDBJET.DLL     Crystal Reports for Visual Basic
  420.        MSAJT110.DLL   Crystal Reports for Visual Basic
  421.        MSAES110.DLL   Crystal Reports for Visual Basic
  422.        PDSODBC.DLL    ODBC and Crystal Reports for Visual Basic
  423.  
  424. =============================================================
  425. Part 6: Notes for Microsoft Visual Basic "Language Reference"
  426. =============================================================
  427.  
  428. Page   Section/Note
  429. ----   ------------
  430. 21-22  Action Property (OLE)
  431.  
  432.        In the Settings table, in Setting 5, the reference to None in the 
  433.        second sentence of the third paragraph should read as follows: 
  434.        "If the Paste was not successful, the OleType property will be set 
  435.        to 3 (None)."  In Setting 12, the constant should be 
  436.        OLE_READ_FROM_FILE, not ReadFromFile.  In Setting 14, the constant 
  437.        should be OLE_INSERT_OBJ_DLG.
  438.  
  439. 41     AutoActivate Property
  440.  
  441.        In the Note, replace the words "the double-click event" with 
  442.        "a DblClick event."
  443.  
  444. 53     BorderStyle Property
  445.  
  446.        The OLE control cannot have a setting of 2.  Remove the setting and 
  447.        description for Setting 2 in the OLE control table.
  448.  
  449. 65     Check Box Control
  450.  
  451.        Add DataField and DataSource to the Properties list.
  452.  
  453. 82     Color Property
  454.  
  455.        The "Applies To" line should read "Common dialog (Color dialog)."
  456.  
  457. 89     Common Dialog Control
  458.  
  459.        Add "FilterIndex" and "MaxFileSize" to the Properties (File dialogs) 
  460.        list.
  461.  
  462. 93     Connect Property
  463.  
  464.        In the Note, change "SourceTable" to "SourceTableName."
  465.  
  466. 97     Copies Property
  467.  
  468.        The "Applies To" line should read "Common dialog (Print dialog)."
  469.  
  470. 100    CreateDatabase Function
  471.  
  472.        In the code example, replace "False" with "DBVERSION10."  Also, in 
  473.        the table above the code example, replace "DB_COMPACT_ENCRYPT" with 
  474.        "DB_ENCRYPT."
  475.  
  476. 111    Data Control
  477.  
  478.        Add UpdateControls and UpdateRecord to the Methods list.
  479.  
  480. 112    Database Object
  481.  
  482.        In the Properties list, the QueryTimeout Property should be identified 
  483.        as being available only in the Professional Edition.
  484.  
  485. 117    DataText Property
  486.  
  487.        In the code example, change the two instances of "MSDRAW" to 
  488.        "MSGRAPH."
  489.  
  490. 134    DefaultExt Property
  491.  
  492.        The "Applies To" line should read "Common dialog (File dialogs)."  
  493.  
  494. 185    Field Object
  495.  
  496.        The Properties list should refer to SourceField and SourceTable, not 
  497.        SourceFieldName and SourceTableName.
  498.   
  499. 195    FileTitle Property
  500.  
  501.        The "Applies To" line should read "Common dialog (File dialogs)."  
  502.        Add the following to the Remarks section:
  503.      
  504.        Note: If the OFN_NOVALIDATE flag is set, the FileTitle property will 
  505.        not return a value.
  506.  
  507. 198    Filter Property (Common Dialog)
  508.  
  509.        At the beginning of the topic, add "Applies To...Common dialog (File 
  510.        dialogs)."  In the Remarks section, after the third paragraph, add 
  511.        this text:
  512.  
  513.        Here is an example of a Filter in which the user can choose text 
  514.        files or picture files that include bitmaps and icons:
  515.  
  516.         Text(*.txt)|*.txt|Pictures(*.bmp;*.ico)|*.bmp;*.ico
  517.  
  518. 199    FilterIndex Property
  519.  
  520.        The "Applies To" line should read "Common dialog (File dialogs)."
  521.  
  522. 229    Frame Control
  523.  
  524.        Add the Name Property to the Properties list.
  525.  
  526. 231    FromPage, ToPage Properties
  527.  
  528.        The "Applies To" line should read "Common dialog (Print dialog)."
  529.  
  530. 240    GetAttr Function
  531.  
  532.        The final Sub...End Sub block in code should read as follows:
  533.  
  534.        Sub File1_Click ()
  535.      Const ATTR_READONLY = 1, ATTR_HIDDEN = 2       ' Declare constants.
  536.      Const ATTR_SYSTEM = 4, ATTR_ARCHIVE = 32
  537.      Dim Attr, FName, Msg   ' Declare variables.
  538.      If Right(Dir1.Path, 1) = "\" Then      ' See if root file.
  539.         FName = Dir1.Path & File1.FileName  ' Get file path.
  540.      Else
  541.         FName = Dir1.Path & "\" & File1.FileName    ' Get file path.
  542.      End If
  543.      Attr = GetAttr(FName)  ' Get attributes.
  544.      If Attr > 7 Then Attr = Attr Xor ATTR_ARCHIVE  ' Disregard Archive.
  545.      Select Case Attr       ' Look up attributes.
  546.         Case 0: Msg = "Normal"
  547.         Case ATTR_READONLY: Msg = "Read-Only"
  548.         Case ATTR_HIDDEN: Msg = "Hidden"
  549.         Case ATTR_HIDDEN +  ATTR_READONLY: Msg = "Hidden and Read-Only"
  550.         Case ATTR_SYSTEM: Msg = "System"
  551.         Case ATTR_READONLY +  ATTR_SYSTEM: Msg = "Read-Only and System"
  552.         Case ATTR_HIDDEN +  ATTR_SYSTEM: Msg = "Hidden and System"
  553.         Case ATTR_READONLY + ATTR_HIDDEN +  ATTR_SYSTEM: Msg = "Read-Only," 
  554.                           - + Msg = " Hidden, and System"
  555.      End Select
  556.      MsgBox UCase(FName) & " is a " & Msg & " file."   ' Display message.
  557.        End Sub
  558.  
  559. 256    hDC Property
  560.  
  561.        The Usage line should read: 
  562.  
  563.         {[form.] [commondialog. | picturebox.] | Printer.}hDC
  564.  
  565.        Also, the second paragraph of the Remarks should read, "With a common 
  566.        dialog control, this property returns a device context for the printer 
  567.        selected in the Print dialog box when the..." (the rest of the text 
  568.        remains the same).
  569.  
  570. 258    Height, Width Properties
  571.  
  572.        The See Also line should refer to the "Width # Statement," not the 
  573.        "Width Statement."
  574.  
  575. 274    Image Control
  576.  
  577.        Add DataField and DataSource to the Properties list.
  578.  
  579. 280    InitDir Property
  580.  
  581.        The "Applies To" line should read "Common dialog (File dialogs)."
  582.  
  583. 297    KeyDown, KeyUp Events
  584.  
  585.        The See Also should refer to the SendKeys Statement, not the SendKeys 
  586.        Method.
  587.  
  588. 299    KeyPress Events
  589.  
  590.        The See Also should refer to the SendKeys Statement, not the SendKeys 
  591.        Method.
  592.  
  593. 303    Label Control
  594.  
  595.        Add the DataField, DataSource, and Parent properties to the Properties 
  596.        list.
  597.  
  598. 336-   ListFields Method
  599. 338
  600.        In the second table, the fifth and sixth entries in the Field column 
  601.        should be SourceTable and SourceField, not SourceTableName and 
  602.        SourceFieldName.  The code example and the headings of the table 
  603.        below it should also refer to SourceTable and SourceField.
  604.  
  605. 345    ListTables Method
  606.  
  607.        In Remarks, the first paragraph under the TableType field table should 
  608.        read: "When you use the ListTables method to create a Snapshot, you 
  609.        can evaluate the contents of the Attributes field in the Snapshot by
  610.        referring to the TableDef property settings table in the Attributes
  611.        property topic.
  612.  
  613. 361    Max, Min Properties (Common Dialog)
  614.  
  615.        At the beginning of the topic, add "Applies To...Common dialog (Font, 
  616.        Print dialogs)."
  617.  
  618. 363    MaxFileSize Property
  619.  
  620.        The "Applies To" line should read "Common dialog (File dialogs)."
  621.  
  622. 390    Name Property
  623.  
  624.        The "Applies To" line should include the Database object.
  625.  
  626. 432    Partition Function
  627.  
  628.        In the code in Example 3, the second five lines of code duplicate 
  629.        the first five lines and should be deleted.
  630.  
  631. 439    Picture Box Control
  632.  
  633.        Add DataField and DataSource to the Properties list.
  634.  
  635. 444    PopupMenu Method
  636.  
  637.        In the Syntax line, there should be a comma immediately before the y.
  638.  
  639. 455    PrinterDefault Property
  640.  
  641.        The "Applies To" line should read "Common dialog (Print dialog)."
  642.  
  643. 536-   SourceFieldName, SourceTableName Properties
  644. 537
  645.        All references to SourceFieldName and SourceTableName in this topic 
  646.        should refer to "SourceField" and "SourceTable" instead.
  647.  
  648. 538    SourceTableName Property
  649.  
  650.        There should be a full entry for the "SourceTableName" topic.  See 
  651.        online Help for the text of this topic.
  652.  
  653. 565    Text Box Control 
  654.  
  655.        The second piece of art is incorrect.  It should show a text box 
  656.        on a form but instead shows a menu title and menu items on a form.
  657.        Also, add DataField and DataSource to the Properties list.
  658.  
  659. 595    Validate Event
  660.  
  661.        In the third paragraph following the Constants table, change "edit
  662.        buffer" to "copy buffer."
  663.  
  664. 619    Trappable Errors
  665.      
  666.        In Appendix B, the odd header is wrong.  It should read "Trappable
  667.        Errors," not "Trappable Error Messages."
  668.  
  669. 634    Trappable Error Messages
  670.        
  671.        In Table B.6 ("Data Access Trappable Error Messages"), Error #3137 
  672.        should be deleted.
  673.  
  674. ===================================================================
  675. Part 7: Notes for Microsoft Visual Basic "Custom Control Reference"
  676. ===================================================================
  677.  
  678. Page   Section/Note
  679. ----   ------------
  680. xxii   Visual Basic Executable (.EXE) Files
  681.  
  682.        The Visual Basic run-time file is listed incorrectly. The first
  683.        bulleted item should read VBRUN300.DLL, not VBRUN200.DLL.
  684.  
  685. 147   Graph Control
  686.  
  687.       In Example 1, the following line contains two "=" characters:
  688.         
  689.        Graph1.LabelText = "Data point" = Str$(i%)
  690.          
  691.       The line should read:
  692.  
  693.        Graph1.LabelText = "Data point" + Str$(i%)
  694.  
  695. 148    Graph Control
  696.  
  697.        In Example 2, the following line contains two "=" characters:
  698.  
  699.        Graph1.LabelText = "Label" = Str$(i%)
  700.          
  701.        The line should read:
  702.  
  703.        Graph1.LabelText = "Label" + Str$(i%)
  704.  
  705. 176    Key Status Control
  706.        
  707.        The table for the Value property incorrectly states that False is 
  708.        the default value.  The default value is determined by the state 
  709.        of the keyboard.
  710.  
  711. 180    MAPI Session Control
  712.  
  713.        There should be no footnotes, since the MAPI controls are 
  714.        only available in Visual Basic.
  715.  
  716. 186    MAPI Messages Control
  717.  
  718.        There should be no footnotes, since the MAPI controls are 
  719.        only available in Visual Basic.
  720.  
  721. ============================================================
  722. Part 8: Notes for Microsoft Visual Basic "Data Access Guide"
  723. ============================================================
  724.  
  725. Page   Section/Note
  726. ----   ------------
  727. 23     Creating New Table Definitions
  728.  
  729.        Delete the following line of code from the example:
  730.        
  731.         On Error Resume Next
  732.