Am 15.04.2011 21:39, schrieb Adrian Klaver: >> >> Creating and showing either one of the reports using the file name as >> rw.OutputFile property and rw.write() works as expected, so the reports >> themselves seem to be correct. But I want to get them into one file and >> print them on one page, without resorting to a separate PDF Editor, if >> at all possible. >> >> How should I do it? >> > > Have you tried not specifying the OutputFile until you after you add the > second > report: > > rw.ReportFormFile = "myform_2.rfxml" > rw.OutputFile = outFile >
I don't understand: wouldn't that mean I must call rw.write() at least once before specifying the OutputFile, to get the first report? But it seems this isn't supposed to work any more. So I'll try to merge the reports with Ghostscript. Thank you, Sibylle _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
