Hi!
According a white paper of Tamar this should be a way to open a known worddoc.
oDocument=GETOBJECT('e:\VFP\Projects\Win_assist\data\Manual.doc','Word.Application')
oDocument.visible = .T.
in fact oDocument=GETOBJECT('e:\VFP\Projects\Win_assist\data\Manual.doc') should do the job already.
For me it fails. Only word has been instanciated.
What is wrong?
KR
-Bart
According a white paper of Tamar this should be a way to open a known worddoc.
oDocument=GETOBJECT('e:\VFP\Projects\Win_assist\data\Manual.doc','Word.Application')
oDocument.visible = .T.
in fact oDocument=GETOBJECT('e:\VFP\Projects\Win_assist\data\Manual.doc') should do the job already.
For me it fails. Only word has been instanciated.
What is wrong?
KR
-Bart