Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Createobject() How do I release it?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Createobject() How do I release it?
Divers
Thread ID:
00359883
Message ID:
00359883
Vues:
37
I have an application object set up (oApp). oApp has a property called oSession. I create a MAPI
session in method "StartMAPI" of oApp like this:

In oApp.StartMAPI:

this.oSession=createobject("MSMAPI.session")

This works great till I need to release it. The compiler doesn't like "release oApp.oSession" as it wants
a variable. What am I doing wrong?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform