Subject: Mailmerge Problem Date: 2020-09-04 16:24:03 From: danneaug Source: mailmerge-problem ---------------------------------------------------------------------- I am looking for a app that perform multiple record mailmerge similar to Microsoft Office words. I product sample demo I saw only one record is mailmerged although in the code is seem it was set for multiple record. code: for (int i = 0; i < 50; i ) { dt.Rows.Add(1000 i, GetRandomCompanyName(), GetRandomName(), GetRandomAddress(), GetRandonCity(), GetRandomPostalCode(), GetRandomCountry()); } ---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index