DOCERR: Error #1966 Has Incorrect Help Explanation

Last reviewed: January 18, 1996
Article ID: Q142735
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 3.0 and 3.0b

SUMMARY

The help explanation for Error #1966 says "You are invoking the Load event of the data environment ..." The data environment doesn't have a Load event. It should say the Opentables method instead.

MORE INFORMATION

Steps to Demonstrate Error Message

  1. In the Command window, type:

    ERROR(1966)

  2. Click the Help button for the error message.

  3. The error message from the Help file states:

          You are invoking the Load event of the data environment
          and the data environment is already loaded.
    

    It should say:

          You are invoking the Opentables method of the data environment
          and the data environment is already loaded.
    


Additional reference words: 3.00 3.00b VFoxWin
KBCategory: kbref kbdocerr
KBSubcategory: FxotherDochelp


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 18, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.