BUG: GP Fault in VBRUN300.DLL at 005D:2332ID: Q126991
|
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.
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
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 query words: 3.00 buglist3.00 gpfault gpf
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: June 24, 1999