Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clear All causing C0000005 error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00563290
Message ID:
00563315
Vues:
13
>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).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform