Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open Word Document from Visual Fox Pro App

Status
Not open for further replies.

Atlas

Programmer
Sep 20, 1999
26
US
I would like to open an existing Mail Merge Document from a Visual Fox Pro Application, but am not sure where to begin.

Any help would be appreciated.

Thanks

Atlas
 
Atlas

Mail Merge Document

I'm not sure what that is, but if you use the following, you can open a word document:
Code:
oWord=createobject("word.application")
oWord.Documents.Open("c:\welcome.doc")
oWord.Visible=.t.
Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Thanks will give this a try.

Atlas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top