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



The information in this article applies to:

  • Microsoft Visual Basic Standard Edition for Windows 3.0
  • Microsoft Visual Basic Professional Edition for Windows 3.0

This article was previously published under Q126991

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.

Modification Type:MajorLast Reviewed:10/28/2003
Keywords:kbbug KB126991