K
KZeeh
I have a mailmerge program (actually written in FoxPro) that stopped working
in Office 2003. I think I need to rewrite b/c it uses word.basic. Is there
anyone that can translate my code into the word.application object? I think
this is what I need to use?
******************************************************
oWord = CREATEOBJECT("word.basic")
oWord.AppMinimize(1)
oWord.FileOpen("decision.doc")
oWord.MailMergetoDoc
oWord.WindowList(1)
oWord.AppMaximize('Microsoft Word')
oWord.FileClose(2)
*******************************************************
This is all the code! Any help would be appreciated. Thank you!
in Office 2003. I think I need to rewrite b/c it uses word.basic. Is there
anyone that can translate my code into the word.application object? I think
this is what I need to use?
******************************************************
oWord = CREATEOBJECT("word.basic")
oWord.AppMinimize(1)
oWord.FileOpen("decision.doc")
oWord.MailMergetoDoc
oWord.WindowList(1)
oWord.AppMaximize('Microsoft Word')
oWord.FileClose(2)
*******************************************************
This is all the code! Any help would be appreciated. Thank you!