Hi every body. my problem is that I need open a Microsoft office file from VFP(to be more specific the microsoft word) and my procedure not work.
I´m using this:
public oword
oword=createobject("word.application"
oword.documents.open('c:\myfile.doc')
oword.visible=.t.
if this is wrong please tell me and let me know how I can do it
thanks
bigdad
I´m using this:
public oword
oword=createobject("word.application"
oword.documents.open('c:\myfile.doc')
oword.visible=.t.
if this is wrong please tell me and let me know how I can do it
thanks
bigdad