Hi I'm setting a object to nothing
VB Code:
set object =nothing
Noe my problem is that this is not firing the trminate event of the class it was assiened to can any one help!!!!!!!
Printable View
Hi I'm setting a object to nothing
VB Code:
set object =nothing
Noe my problem is that this is not firing the trminate event of the class it was assiened to can any one help!!!!!!!
Are there any other references to the object open?
Did not quite get you.Quote:
Originally posted by Bombdrop
Hi I'm setting a object to nothing
VB Code:
set object =nothing
Noe my problem is that this is not firing the trminate event of the class it was assiened to can any one help!!!!!!!
You are setting a object ( which object, class object ??? ) to nothing.
Sorry about the Engilish.
i'm setting a Objected that is based on a class in an application.
The sugestion from Merrion looks to be possible will ahve to search the code with t fine comb, thanks
If your object is called say objWoof in your application, then do a search for:
= objWoof
And that will show you anywhere you have referenced it to another object...unless you pass it to a function and do something with the functions param...
Woka