Mailmerge Problem

0
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()); }
 
asked 9/4/2020 4:24:03 PM
add a comment

0 Answers

Your Answer

Not the answer you're looking for? Browse other questions tagged word or ask your own question.