On 9/9/10 12:34 PM, Nate Lowrie wrote: > Is there an easy way to convert a dataset into the xml for some test > cursor records I can put into a report?
from dabo.lib.reportUtils import getTestCursorXmlFromDataSet ds = biz.getDataSet() testXML = getTestCursorXmlFromDataSet(ds) Now, copy/paste that into your .rfxml file using an editor, above the </Report> closing tag at the bottom. Paul _______________________________________________ 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]
