Hi,
I have run the nested mail merge sample code and the output file is the same as the template with no data generated. I have debug the code and the data tables Order and Item are loaded. What is the problem? Thank you.
Regards
Hi,
I have run the nested mail merge sample code and the output file is the same as the template with no data generated. I have debug the code and the data tables Order and Item are loaded. What is the problem? Thank you.
Regards
Hi Lan,
Hi there,
<span style=“font-size:10.0pt;line-height:115%;font-family:
“Courier New”;mso-no-proof:yes”>doc.MailMerge.ExecuteWithRegions(pizzaDs.Tables[0]);<o:p></o:p>
<span style=“font-size:10.0pt;line-height:115%;font-family:
“Courier New”;mso-no-proof:yes”>doc.MailMerge.ExecuteWithRegions(pizzaDs);<o:p></o:p>
Hi Adam,
It's great. That line fixes the problem. Thank you very much.
Regards