M
Markku Partanen
Hi,
I've done an application running as a scheduled batch job with no user
interaction using Word for mail merge.
The merge is relying on a template file and an Office Database Connection to
create the final documents. Because I'm not in control of either the data or
the word template file there are situations where those doesn't match and in
the worst case Word crashes showing the recover/send report dialog and
waiting for user input.
I would like to have word die in peace with no recover functionality enabled
at all so I can continue with my application and go on to the next merge and
start a new instance om word if the earlier one crashed.
Will I have to find out the crashed word process id and kill it
unconditionally first or is there any other way around this?
/Markku
I've done an application running as a scheduled batch job with no user
interaction using Word for mail merge.
The merge is relying on a template file and an Office Database Connection to
create the final documents. Because I'm not in control of either the data or
the word template file there are situations where those doesn't match and in
the worst case Word crashes showing the recover/send report dialog and
waiting for user input.
I would like to have word die in peace with no recover functionality enabled
at all so I can continue with my application and go on to the next merge and
start a new instance om word if the earlier one crashed.
Will I have to find out the crashed word process id and kill it
unconditionally first or is there any other way around this?
/Markku