H
Haim
I have an vb.net winform application which saves documents to an sql
database. The application copies the document field to a file,
automates word to open the file, and catches the close event to save the
document to the database.
The app works fine with a word xp or 2000 client. If the document is a
mail merge and the client is word 2003, however, the document opens
without the data list and opens as a plain document (not a mail merge).
If I close the file and open the cached file from the disk, I get a
dialog box informing that word is going to run an sql statement is it
ok. If I say yes the doucment opens as a mail merge witht he proper
records.
How can I get word to open the document from the automation without
killing the mail merge?
Haim
database. The application copies the document field to a file,
automates word to open the file, and catches the close event to save the
document to the database.
The app works fine with a word xp or 2000 client. If the document is a
mail merge and the client is word 2003, however, the document opens
without the data list and opens as a plain document (not a mail merge).
If I close the file and open the cached file from the disk, I get a
dialog box informing that word is going to run an sql statement is it
ok. If I say yes the doucment opens as a mail merge witht he proper
records.
How can I get word to open the document from the automation without
killing the mail merge?
Haim