Hi guys,
I have an existing composite datawindow with your typical master detail relation. Lets say an invoice with 3 nested datawindows , one for the header and logo of the company , one with the invoice details/lines , and in the footer a summary of the invoice and amount to be paid.
One of our customers asks me to print an additional page with company advertising.
So we have the invoice composite datawindow consisting of 3 nested datawindows and now i created his additional freeform datawindow with his extra advertising.
I know i could use 2 different datawindows and then issue dw_1.Print and dw_2. Print , and probably this works fine. But we also use the SaveAs PDF function and as far as i know there's no way to use the saveaspdf and append to an existing file. We don't want to use any external toolkit to join multiple PDF's together.
My question is : how do i get the composite and the additional freeform datawindow in one datawindow ? Where the freeform datawindow needs to be printed on page 2.
Must be simple ... but i am not seeing it
Thanks in advance.
John