Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launching Word from Foxpro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00676490
Message ID:
00676505
Vues:
12
This message has been marked as the solution to the initial question of the thread.
Something like this should do it.


loword=Createobject("word.application")
loword.Visible=.T.
loword.WindowState=1
loword.Application.Activate
rapport=loword.documents.Add() &&start a blank document

greetings,


Vincent
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform