Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Releasing COM object
Message
De
16/05/1999 19:58:20
 
 
À
16/05/1999 09:29:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00219418
Message ID:
00219486
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform