Article ID: 143048
Article Last Modified on 12/3/2003
Option Explicit
Private Sub Command1_Click()
'Show Form2
Form2.Show
End Sub
Option Explicit
Private Sub DBGrid1_Click()
'Remove the comment marks from the next two lines
'to work around the bug.
'Form2.Hide
'Set Form2 = Nothing
Unload Form2
End Sub
32-bit Visual Basic 4.0:
Windows NT-An application error has occurred and an application
error log is being generated. VB32.exe, Exception:
access violation (0xc0000005), Address: 0x022a00b8.
Windows 95-VB32 caused and invalid page fault in module <unknown> at
0000:00000015.
16-bit edition of Visual Basic 4.0:
All Operating Systems - VB caused a general protection fault in
module DBGrid16.OCX at 0003:0000fb7f.
Additional query words: 4.00 vb4win vb4all
Keywords: kbbug KB143048