Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Function
Message
 
À
06/10/2000 16:37:40
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00425616
Message ID:
00441887
Vues:
14
What about a different instance...I copy a cursor to Excel, then issue the following:

outfile=addbs(sys(2023)) + "ca_" + sys(2015)
copy to (outfile) type xl5
o=createobject("excel.application")
with o
.workbooks.add(outfile)
...formatting code...
endwith


This creates an excel file in my c:\temp\ directory, but I want this file deleted if the user doesn't save it under a different name. I don't want to clutter their hard drive. Maybe there's a better and completely different way to approach this? I'm not sure.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform