I have combined a word-document called telefon.doc as a help-file with a foxpro-application
by calling it with this command via a command-button:
oWord = CREATEOBJECT("WORD.APPLICATION"
oWord.Documents.Open("C:\daten\telefon\telefon.doc"
oword.visible = .t.
That works fine - WORD opens the file correctly for the user.
However it would be fine, if I could open that doc in a matter that the cursor
in Word will be let us say on line #20 so that the user could read immediately what is
said to his work.
Is that possible by an additional parameter which opens Word on a requested line?
Regards from Germany
Klaus
by calling it with this command via a command-button:
oWord = CREATEOBJECT("WORD.APPLICATION"
oWord.Documents.Open("C:\daten\telefon\telefon.doc"
oword.visible = .t.
That works fine - WORD opens the file correctly for the user.
However it would be fine, if I could open that doc in a matter that the cursor
in Word will be let us say on line #20 so that the user could read immediately what is
said to his work.
Is that possible by an additional parameter which opens Word on a requested line?
Regards from Germany
Klaus