Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to automate Word from Foxpro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00702938
Message ID:
00702942
Vues:
16
I forgot to include my existing code that doesn't quite work:

oWord = CREATEOBJECT('Word.Application')
m_first="Mr. Smith"
oWord.documents.open("c:\letter1.dot")
oWord.activedocument.content.insertafter(m_first)
oWord.visible = .t.

In the Word Template, I create a field called "m_first". I think perhaps I did not create this right.

Thanks,

N.

>From within VFP 7.0 I am able to instance of Word. However what I would like to do is open a Word template and perhaps replace three fields with three values from Foxpro. The user would then change the letter as necessary and then save or print it from Word. Is this possible?
>
>Thanks,
>
>Nancy.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform