Mike Driscoll wrote: > Your nice video did mention that Report Designer didn't have a connection to > a database, but it mentioned that there was a cursor object, so I guess that > threw me off. A friend of mine said I could try flattening it as well. If I > go that route, I may continue messing with Geraldo...
I haven't really looked at Geraldo, but I like its object interface to creating report designs. The Dabo Report Writer uses the rfxml format to serialize the report design to disk, but there's actually an undocumented API already for building reports from python code instead (because when the rfxml is deserialized for the reportwriter, an object hierarchy is created). I should make this API cleaner and publish it as this may appeal to some. 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]
