BUG: GP Fault in VBRUN300.DLL at 005D:2332

Last reviewed: July 20, 1995
Article ID: Q126991
The information in this article applies to:

- Standard and Professional Editions of Microsoft Visual Basic for

  Windows, versions 3.0

SYMPTOMS

You may encounter a general protection (GP) fault in VBRUN300.DLL at 005D:2332 when you try to run a Visual Basic executable (.EXE) file that has a Data control. The GP fault occurs after the form's Load event but before the Activate event; it is during this period of time that the Data control is automatically refreshed.

WORKAROUND

To work around the problem, refreshing the data control explicitly in the Load event of the form using code like this:

  Sub Form_Load()
     Data1.Refresh
  End Sub

STATUS

Microsoft has confirmed this to be a bug in Microsoft Visual Basic version 3.0 for Windows. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional reference words: 3.00 buglist3.00 gpfault gpf
KBCategory: kbprg kbbuglist
KBSubcategory: APrgDataAcc


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: July 20, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.