Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling MS Excel from VFP 6.0
Message
De
21/10/1998 15:12:39
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Calling MS Excel from VFP 6.0
Divers
Thread ID:
00149051
Message ID:
00149051
Vues:
50
I am trying to run Excel from VFP 6.0. Here is the code I am using, this doesn't seem to work. Any ideas??

oExcel = CREATEOBJECT("excel.application")
IF TYPE ("oExcel") # "O" OR ISNULL(oExcel)
=MESSAGEBOX("Please make sure that excel is install on this machine.",16,"test")
RETURN
ELSE
oExcel.AppShow()
ENDIF


Thanks

Jim
Thanks

Jim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform