Even at spoon-fed level, there are lots of things that can be learned. Thanks a lot Paul.
On Mon, Jul 13, 2009 at 10:58 PM, Paul McNett<[email protected]> wrote: > (fixing some errors): > > Paul McNett wrote: >> rw = dabo.dReportWriter() > from dabo.dReportWriter import dReportWriter > from dabo.lib import reportUtils > rw = dReportWriter() >> rw.ReportFormFile = "my.rfxml" >> rw.Cursor = myChildBiz.getDataSet() >> rw.OutputFile = f = reportUtils.getTempFile() >> rw.write() >> reportUtils.previewPDF(f) > > Paul > > [excessive quoting removed by server] _______________________________________________ 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]
