Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reporting using Excel, Excel remains open
Message
De
13/03/2003 15:43:07
 
 
À
13/03/2003 15:30:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00765514
Message ID:
00765571
Vues:
21
>In every system I've ever used that did this, just releasing the variable leaves an instance of Excel running in Task Manager. Try doing several of these in a row and see what happens.


hmmm, i tried the following and it ereleases every instance:
oleexcel = CREATEOBJECT("Excel.application")
oleexcel1 = CREATEOBJECT("Excel.application")
oleexcel2 = CREATEOBJECT("Excel.application")
oleexcel3 = CREATEOBJECT("Excel.application")
release ;
   oleexcel, ;
   oleexcel1, ;
   oleexcel2, ;
   oleexcel3
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform