Fatal Exception C0000005 when removing form from a formset in Visual FoxPro (195273)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q195273 SYMPTOMS
When you type the command THISFORMSET.REMOVEOBJECT("FORM_NAME") to remove a
form from a formset, a message box with following message appears:
Fatal error: Exception code = C0000005
After this message appears, Visual FoxPro terminates.
CAUSE
This behavior occurs when a form is removed from a formset using the
following syntax:
THISFORMSET.REMOVEOBJECT("FORM_NAME")
RESOLUTION
The behavior does not occur if the form is released from the formset.
Use the following syntax to release a form that is part of a formset:
THISFORM.RELEASE
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in Visual Studio 6.0 Service Pack 3.
For additional information about Visual Studio service packs, click the following article number to view the article in the Microsoft Knowledge Base:
194022
Visual Studio 6.0 service packs, what, where, why
194295 How to tell that Visual Studio 6.0 service packs are installed
Modification Type: | Major | Last Reviewed: | 1/27/2005 |
---|
Keywords: | kbBug kbContainer kbCtrl kbfix kbVS600sp3fix KB195273 kbAudDeveloper |
---|
|