Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MOA Clear
Message
From
24/03/2003 16:53:43
 
 
To
24/03/2003 15:26:27
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00769412
Message ID:
00769471
Views:
20
You may have a dangling object reference somewhere. Have you released all of your objects with something similar to the below?
oobjectname=.null.
release oobjectname
You can also include CLEAR DLLs just in case, but CLEAR ALL usually dumps them.
>Hi all,
>
>I have a problem issuing the CLEAR ALL command because something is not released or closed, probably a dangling reference somewhere. Is there a VFP command that releases,clears and closes everything (objects,memory,etc)? Or a sequence to kill all dangling reference?
>
>
>* This is my code snippet when exiting the app.
>close all
>release all extended
>clear memory
>clear all && bomb!!!
>
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform