Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Automation From VFP
Message
From
15/12/2005 09:21:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/12/2005 09:04:45
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01078196
Message ID:
01078208
Views:
23
>I am looking to use Microsoft Word from within my VFP application to create letters. I want to be able to add variables within the letter that I can
>insert from the database when I print the letters. Does anyone know of any good white papers or articles that I could find to help me with this task ?
>
>Thanks For Your Help !
>Stephen J. Hunt
>Admit Computer Services Inc.

Check www.hentzenwerke.com for books.

Apart from that you could update variables like:
FUNCTION _SetVar
LPARAMETERS toDoc, tcVarName, tcVarValue
toDoc.Variables(m.tcVarName).value = iif(empty(m.tcVarValue)," ",m.tcVarValue)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform