I have a report working well, however I would like to set a string's text in the PageHeader based on a selection the user made in the calling form.
rw = dReportWriter() rw.ReportFormFile = "myReport.rfxml" rw.Cursor = self.ds rw.OutputFile = f = reportUtils.getTempFile() # I'd like to create a report variable or property visible to the report object about here: # ................ rw.write() I've tried a number to things but nothing has worked so far. It is painfully obvious, no doubt. Steve Rose --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
