Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro and Microsoft Word
Message
De
20/09/2002 05:20:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00697509
Message ID:
00702629
Vues:
11
Hi Yuri,

Thanks for your reply, what I am actually trying to do is pass in a text file as a recordsource for a word document. Do you know the command to do this??

Thanks again
Mark



>>Hi All,
>>
>>I am wondering if anyone can help.
>>
>>I have a mail merge word template into which I want to pass in a text file automatically from foxpro.
>>
>>Does anyone know how I can do this through Foxpro, bascially I have the text file in a variable and I want to invoke a word template that will look at my text file.
>>
>>Cheers
>>Mark
>
>Something like:
>oWord = CREATEOBJECT("Word.Application")
>oWord.documents.open(template_name)
>lc="YOUR TEXT go here"
>oWord.activedocument.content.insertafter(lc)
>*or if you want to insert txt file:
>oWord.Selection.InsertFile("c:\fileName.txt")
>.............
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform