BUG: GP Fault in VBRUN300.DLL at 005D:2332Last reviewed: July 20, 1995Article ID: Q126991 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, versions 3.0
SYMPTOMSYou 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.
WORKAROUNDTo 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 STATUSMicrosoft 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |