Exporting to RTF in R&R 8.0
Posted: Tue Nov 20, 2001 10:28 pm
We have version 8.0 or R&R XBase edition. We have an application that exports reports to RTF format.____The main problem is that the report "Title" lines are not exported in multi-page reports. If the report is only a single page, the Title lines are exported just fine.____So I tried adding the Title lines to the "Page Header" band. If I do just that, those lines appear on each page, which takes up a lot of space on each page.____I then tried to make those lines conditional dependent on the PAGENO(). But that only works within R&R. When the report is exported to RTF, PAGENO() for all pages is the number of the last page. For example, on a 5 page report, each page has PAGENO() = 5. I think this might be why the "Title" lines are not printing in RTF. Since PAGENO() is always greater than 1, R&R thinks its not on the first page, so doesn^t generate the Title band???____Could someone please guide me on this?____Thanks very much!____Rajesh.