Hi
Sorry for the dumb question, but there is something I am missing here.
I have created a document in memory. This doc contains headers and footers, plus a table with heading and many rows spreading across many pages. The header is repeated on each page.
Having created all this dynamically, when I save it to RTF (it has to be this format), it looks great when I view it in Word.
However, if I print the document directly it only prints the page and the whole table is missing.
Furthermore, if, in code, I load the saved RTF version and print it, the formatting of the table is messed up (no longer spread properly across the page).
Ultimately, we don't want to save the doc, this was just an interim step while developing to save paper - we just want to construct and print (in this scenario).
What am I missing here ? Do I have to fix or render a document prior to printing ? Do I have to do something to the table so that it is printed ? Is there some part of the doc generating cycle I have to complete to make it all work ?
Any help much appreciated - I'm so close to a working solution !
Regards
Andrew