Page 1 of 1

Question to AxwReports

Posted: Fri Feb 17, 2017 3:30 pm
by Josef Gschwendtner
Hi,

we have a word document with several pages text (form style).
Within this text we make some formfilling with DocxReadWrite.

At the end of this document we have to show a table filled with data from a dataset (could be done with AxwReports).

Now the question:
Can we mix DocxReadWrite and AxwReports in such a way?

How should we comment the form-part of the document in order AxwReports does not change anything.

Thank you for your help,
Josef Gschwendtner

Re: Question to AxwReports

Posted: Sun Feb 19, 2017 11:22 pm
by larsa
Hello

First, create a document with the form part. Then create a second document with the report. Append the paragraphs from the report to the first document.

Re: Question to AxwReports

Posted: Wed Mar 01, 2017 11:10 am
by Josef Gschwendtner
How can I append the paragraphs from the report to the first document.

Do you have any sample-code?

Regards,
Josef

Re: Question to AxwReports

Posted: Thu Mar 02, 2017 8:08 am
by larsa
Hello

There is no Append method but you can use Add and Assign to do the same thing.