FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour WORD 2007 docx: search/replace is working
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
WORD 2007 docx: search/replace is working
Posted: Sun Nov 09, 2008 11:22 PM
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
WORD 2007 docx: search/replace is working
Posted: Wed Nov 12, 2008 10:41 PM

Rochinha made an important enhancement to the source.

Good news - mail merge and WINDOWS WORD 2007 programmatically from FWH is ready.

Call the function like:

MailMerge( cDOCFile, cVFields, cVData )

Where cDocFile is your WINWORD docx file,

cVFields is a list with your placeholders you use in the wordfile
and cVData is the corresponding data.

Regards,
Otto

Continue the discussion