Paul,

A little more info.  This gets thrown when the ColumnBreakAfter property 
on the page header is set to True. and the printBand method calls the 
column break.

Regards,

Nate

On 1/2/2012 8:30 AM, Nate Lowrie wrote:
> Getting the following error when I preview a report in the report 
> designer and the group bleeds onto the next page.  Note, this only 
> happens with multiple column reports.
>
> Traceback (most recent call last):
>   File "E:\ProjectsNew\dabo\dabo\ui\uiwx\dMenuItem.py", line 58, in 
> __onWxHit
>     self.raiseEvent(dEvents.Hit, evt)
>   File "E:\ProjectsNew\dabo\dabo\ui\uiwx\dPemMixin.py", line 1068, in 
> raiseEvent
>
>     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
> **kwargs)
>   File "E:\ProjectsNew\dabo\dabo\lib\eventMixin.py", line 81, in 
> raiseEvent
>     bindingFunction(event)
>   File "ReportDesigner.py", line 2564, in onFileOpen
>     o.editor.openFile(fileName)
>   File "ReportDesigner.py", line 2052, in openFile
>     self.initReportForm()
>   File "ReportDesigner.py", line 2119, in initReportForm
>     self._rw.write()   ## 02/25/2009: Some cases it is needed, and 
> could be Rodg
> y's problem with TestCursor.
>   File "E:\ProjectsNew\dabo\dabo\lib\reportWriter.py", line 2444, in 
> write
>     y = printBand("ReportBegin")
>   File "E:\ProjectsNew\dabo\dabo\lib\reportWriter.py", line 2363, in 
> printBand
>     colBreak()
>   File "E:\ProjectsNew\dabo\dabo\lib\reportWriter.py", line 2387, in 
> colBreak
>     pageBreak()
>   File "E:\ProjectsNew\dabo\dabo\lib\reportWriter.py", line 2382, in 
> pageBreak
>     self.endPage()
> AttributeError: 'dReportWriter' object has no attribute 'endPage'


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://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