Question to AxwReports

Questions and answers on how to use AXWReports
Post Reply
Josef Gschwendtner
Posts: 17
Joined: Wed Oct 28, 2015 2:16 pm

Question to AxwReports

Post 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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Question to AxwReports

Post 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.
Lars Arvidsson, Axolot Data
Josef Gschwendtner
Posts: 17
Joined: Wed Oct 28, 2015 2:16 pm

Re: Question to AxwReports

Post by Josef Gschwendtner »

How can I append the paragraphs from the report to the first document.

Do you have any sample-code?

Regards,
Josef
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Question to AxwReports

Post by larsa »

Hello

There is no Append method but you can use Add and Assign to do the same thing.
Lars Arvidsson, Axolot Data
Post Reply