I need to conect my program in fox with a WORD97.
I need to send the cursor to a bookmark in my word documento from my foxpro aplication to insert a txt in this place.
I'm using the instruction:
log = DDEExecute(myfilechan,'[InsertFile "c:\file.txt"]')
To insert the file txt buy i need to insert this file in a bookmar in the document.
How i send the cursor to my document bookmark from foxpro ?
I need to send the cursor to a bookmark in my word documento from my foxpro aplication to insert a txt in this place.
I'm using the instruction:
log = DDEExecute(myfilechan,'[InsertFile "c:\file.txt"]')
To insert the file txt buy i need to insert this file in a bookmar in the document.
How i send the cursor to my document bookmark from foxpro ?