|
Tag Browser: 8.0-table-merge-broken
< 1 second(s)
-
We have some merge fields in a table which we merge into singularly instead of using the ExecuteWithRegions method. In other words, we'll do something like (C#):
Document.MailMerge.Execute(new[] { ''Field1'' }, new[] { ''11/30/2009'' });
We do this even though Field1 ...
|