Hi,
I understand that from version 9.2 INCLUDETEXT is supported
I am trying to perform a MailMerge with an INCLUDETEXT field and I am getting the following error:
"Invalid URI: A Dos path must be rooted, for example, 'c:\\'."
The code is:
docOrig.MailMerge.Execute(
new string[] { "DOC", "LINE1" },
new object[] { sHtmlDoc, "LSLSLS" }
);
I have verified that the doc exists. It is an Html document
Thanks
Leonardo