Hi All,
I have a mail merge application in VC++ that opens a html
file as data source and executes mail merge. When I open the html file,
it comes up with a popup for "select table". How do I suppress that
popup?? Please let me know.
Thanks,
Ides of March
Doug Robbins - Word MVP - 23 Sep 2006 05:23 GMT
Maybe if you uncheck the Confirm conversions at open item under
Tools>Options>General. But it the popup is appearing it is could be because
your application does not specify the data source and you may need a
modification to the part of the code that is attaching the data source to
the document.
It might also be a case of
"Opening This Will Run the Following SQL Command" Message When You Open a
Word Document - 825765 at:
http://support.microsoft.com?kbid=825765

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hi All,
> I have a mail merge application in VC++ that opens a html
[quoted text clipped - 4 lines]
> Thanks,
> Ides of March