Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Releasing COM object
Message
From
16/05/1999 19:58:20
 
 
To
16/05/1999 09:29:36
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00219418
Message ID:
00219486
Views:
16
This shouldn't work anyway since the app still has a reference to the object in the raObject[lnI,2] array. But maybe the following will work:

loComRef = this.raObject[lnI,2]
this.raObject[lnI,2] = .f.
release loComRef

Vlad

>Did you try this:
>loComRef = this.raObject[lnI,2]
>release loComRef
>Mark
Previous
Reply
Map
View

Click here to load this message in the networking platform