Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launching an existing word doc from vfp
Message
De
09/11/1998 15:32:34
 
 
À
09/11/1998 15:27:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00155902
Message ID:
00155905
Vues:
18
>ox=getobj('c:\myfile.doc') seems to execute fine yet displays nothing. I guess it makes an instance of msword with the specified file open. How do I make myfile.doc visible? Where can I get info on word, excel, netscape commands to manipulate these applications from VFP? Thanks

oWord=createobject("Word.basic")
oWord.FileOpen("d:\myfile.doc")
oWord.appshow
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform