Hi Paul,

I am making progress but not quit there yet.

If my text is longer then a page I get this exception:

File "H:\devProjectsT\dabo\dabo\lib\reportWriter.py", line 2494, in printBand
    dy = printBand(band=band, y=-1, group=group, deferred=deferred)
File "H:\devProjectsT\dabo\dabo\lib\reportWriter.py", line 2344, in printBand
    endPage()
File "H:\devProjectsT\dabo\dabo\lib\reportWriter.py", line 2526, in endPage
    printBand(band)
File "H:\devProjectsT\dabo\dabo\lib\reportWriter.py", line 2279, in printBand
    bandHeight = self.getBandHeight(bandDict)
File "H:\devProjectsT\dabo\dabo\lib\reportWriter.py", line 2685, in getBandHeight
    bandHeight = bandDict.getProp("Height")
File "H:\devProjectsT\dabo\dabo\lib\reportWriter.py", line 387, in getProp
    return getDefault(prop)
File "H:\devProjectsT\dabo\dabo\lib\reportWriter.py", line 346, in getDefault if self is not self.ReportForm and (prop in self.ReportForm["Defaults"].AvailableProps File "H:\devProjectsT\dabo\dabo\lib\caselessDict.py", line 24, in __getitem__
    return dict.__getitem__(self, key.lower())
RuntimeError: maximum recursion depth exceeded in cmp

If it just fits then it forces to start on a new page.

Any chance that it could start just below the detail line it belongs to and flow to the next page and if it is rally long go on to another page?

I attach the PDF and the rfxml.

Best regards
Werner



--- StripMime Report -- processed MIME parts ---
multipart/mixed
 text/plain (text body -- kept)
 application/pdf
 text/xml
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to