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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DDE with WORD 97

Status
Not open for further replies.

pepmarti

Programmer
Apr 2, 2001
31
ES
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 ?
 
try....

=DDEEXECUTE(myfilechan,'[EditGoTo .Destination "bookmark"]')


Nigel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top