Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class do not release with clear class or clear classlib
Message
 
 
To
24/10/2000 06:14:16
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00433362
Message ID:
00433447
Views:
10
Hi Gustava,

some easy things to check...

1) Object instantiated w/o being assigned to variable
make sure all created objects are assigned to a variable.
(in oForm = CREATEOBJECT("form") oForm contains the object reference)
Is it possible somewhere an object is instantiated w/o assignment?
** (w/o variable, it won't show up in LIST MEMORY)

2) debug window (ie: trace or locals) is open preventing the object from being released.

3) a suspend/set step on, etc. is located in one of the objects preventing it from continuing to the destroy.

My guess is it's #1, otherwise you would see the variable reference showing a datatype of "O"

Hope this helps!
-michael

My brain hurt like a warehouse, it had no room to spare, I had to cram so many things to store everthing in there. - David Bowie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform