Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Word call from VFP8
Message
 
To
13/09/2006 14:30:54
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01153464
Message ID:
01153474
Views:
15
>>>Greeting.
>>>
>>>I know this has been asked many times, but I can't remember where I can find the code.
>>>Please point me to an example of VFPx.x calling MS Word.
>>>
>>>TIA.
>>
>>How?
>>Just run WinWord.EXE or use automation to call and manipulate Word Documents?
>
>Thanks Borislav.
>
>the second one.
oWord = CREATEOBJECT([Word.Application])
*** 1. Open old document
oWord.Documents.Open([full path and name to existing Word document])

*** 2. Create a new Word document
oWord.Documents.Add()

.....
oWord.Documents.Save() ** Save document
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform