document object prompt unexpected save as dialog

W

wdwedw

In my VB6 DLL, I create a word document object, and some mailmerge and save
to a file. It works well before but now (No any change to this DLL) it prompt
an unexpected save as dialog, and after I save the document, dll raise error
"you cann't insert the selection into table". In vb code I called
document.saveas funcion.

Can anyone help?
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?d2R3ZWR3?=,
In my VB6 DLL, I create a word document object, and some mailmerge and save
to a file. It works well before but now (No any change to this DLL) it prompt
an unexpected save as dialog, and after I save the document, dll raise error
"you cann't insert the selection into table". In vb code I called
document.saveas funcion.
I'd say there are two issues, here, and that you need to go back to the original
code. Since you don't tell us ANYTHING about the version of Word, or the code,
except that it's a DLL that runs a mail merge, it's impossible to offer any
opinion.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 
Top