Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create new documents in Word
Message
De
20/12/2006 15:31:02
 
 
À
20/12/2006 15:20:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01179334
Message ID:
01179337
Vues:
11
>my client want to be able to write/keep the quotation within the app, I think the better way to do it is with Ms.Word instead of memo field. how can I call and use Ms.Word from VFP?
>
>thanks for the help.
>
>Jerry

You can create MS-Word object and then use all VBA methods/properties, e.g.:
oMyword=CREATEOBJECT('Word.Application')
oMyword.Documents.Open('c:\myfile.doc')
oMyword.visible=.t.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform