Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear All causing C0000005 error
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00563290
Message ID:
00563315
Views:
12
>The longer version.
>
>I'm running VFP7 and MM's latest release. It appears to be happening only when I run through a particular set of code. But then that's a lot of code. One of the things I question of the program as being correct.
>1. When I CREATEOBJECT within a form for specific tasks and then set that object = .NULL. when I've finished using that object.
>
>2. I Create cursors as part of an object and then USE IN to release them. What I find strange is that the DataSession for a form is still present just before exiting the program. Is this normal?
>
>Thanks
>Jon

No. It means you have a dangling object reference somewhere. It could mean you have a transaction that didn't commit or tableupdate failed and you need to issue a tablerevert. Instead of setting the object = .null., try releasing the object first and then setting the property to null (if you are holding a reference to it in a property).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform