Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal exception error C0000005 when form releases
Message
From
20/05/2003 22:49:06
Seth Maxwell
Prospect Information Network
Daytona Beach, Florida, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Fatal exception error C0000005 when form releases
Miscellaneous
Thread ID:
00790856
Message ID:
00790856
Views:
57
I keep getting a C000005 fatal exception code whenever I am releasing this form object. It is a Foxpro base form, which I add to a custom class using

THIS.oForm = CREATEOBJECT("form")

The form contains a control that I use to set latitude and longitude to addresses, which I create using

THIS.oFORM.NEWObject(...)

I release the control (which seems to work fine), then I release the form using

THIS.oForm = .F.

I have to release the object and form every so often because the control I use breaks under stress and I keep geting an OLE fatal error. The only way I could think of to get around that is to release and restart the control each time I get the OLE error. Any ideas as to what is causing the C5 error?
Next
Reply
Map
View

Click here to load this message in the networking platform