Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interface ink with MS Word
Message
From
15/05/1998 01:41:16
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/05/1998 00:02:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00099650
Message ID:
00099662
Views:
26
>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.
>Pls advise, thanks.
Alvin,
This is basic word calling :
oWord = createobject("word.application")
oWord.visible = .t.
oWord.Documents.open(Mydoc)
Also in KB\FAQ section there are wordbasic examples and in files\classes mailmerging to word.
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