Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private DataSession Won't Close Out?!?
Message
From
16/10/2002 04:41:23
 
 
To
16/10/2002 00:11:18
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00711562
Message ID:
00711608
Views:
17
Hi,

>>
I didn't know what you told me. However, it didn't help. Because there are no objects I am instantiating that are not the form or form's objects in that form. I checked the form for 'CREATEOBJECT' code and there's nothing. I also checked methods in custom application object that are called from that form. So, that isn't the problem.
<<

The problem is not likely to be with references which your form might hold to other objects but references held by external objects TO your form (or an object which it contains ). Check whether your forms Unload() event is firing. If, as I suspect, it is not then you almost certainly have a reference to the form somewhere which is preventing this. Whilst you can clean up your tables in the Destroy() you will not be tackling the underlying problem.

Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform