On 6/5/13 1:00 AM, Werner F. Bruhin wrote:
> 
> 
> 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

I've never seen this before, and look forward to testing with your rfxml and 
sample data.

> 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?

That's what it is supposed to do, yes.

> I attach the PDF and the rfxml.

No attachments allowed on the list. How about being the first one to try using 
our
GitHub issue tracker?

Paul

_______________________________________________
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