Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interface ink with MS Word
Message
From
15/05/1998 00:56:11
 
 
To
15/05/1998 00:02:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00099650
Message ID:
00099654
Views:
22
Hi Alvin ----

>How could I call/open a MS Word document in VFP5?
>I would like user to just by a click of a button, then VFP will open
>the document in Word environment for editing.

I am assuming that you would want full control to pass to Word during the editing session and then revert to VFP when the user closes Word?

I so, then (as an example):

x=CURDIR()
CD "C:\Program Files\Microsoft Office\Office\"
RUN WINWORD.EXE c:\testdoc.doc
CD (x)
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Reply
Map
View

Click here to load this message in the networking platform