Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cleaning Up After Excel
Message
 
À
23/08/2000 13:43:08
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00408353
Message ID:
00408361
Vues:
18
I already have the oExcel.quit() but I will add the others.

Thanks!

>Hi Jeff,
>There are a few things I do to fix this problem. First, I declare my oExcel object as local at the top of the program, and then just pass it as a parameter to any procedures that need it. Secondly, after you do oExcel.quit(), you want to say oExcel = .NULL., and THEN release oExcel. This clears the excel object out of memory, and sets it equal to 'NOTHING'. Hopefully this rectifies your issue, as it did mine.
Jeff Pearce
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform