Results 1 to 5 of 5

Thread: Class_Terminte

  1. #1

    Thread Starter
    Fanatic Member Bombdrop's Avatar
    Join Date
    Apr 2001
    Location
    St Helens, England, UK
    Posts
    667

    Class_Terminte

    Hi I'm setting a object to nothing

    VB Code:
    1. 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!!!!!!!

  2. #2
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148
    Are there any other references to the object open?

  3. #3
    Let me in .. techyspecy's Avatar
    Join Date
    Aug 2002
    Location
    Back to VBF.
    Posts
    2,456

    Re: Class_Terminte

    Originally posted by Bombdrop
    Hi I'm setting a object to nothing

    VB Code:
    1. 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!!!!!!!
    Did not quite get you.
    You are setting a object ( which object, class object ??? ) to nothing.

  4. #4

    Thread Starter
    Fanatic Member Bombdrop's Avatar
    Join Date
    Apr 2001
    Location
    St Helens, England, UK
    Posts
    667
    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

  5. #5
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width