dabo Commit
Revision 5481
Date: 2009-10-22 10:35:44 -0700 (Thu, 22 Oct 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5481

Changed:
U   trunk/ide/ReportDesigner.py

Log:
Added ReportBegin and ReportEnd bands to the visual design surface of 
ReportDesigner.


Diff:
Modified: trunk/ide/ReportDesigner.py
===================================================================
--- trunk/ide/ReportDesigner.py 2009-10-22 17:24:20 UTC (rev 5480)
+++ trunk/ide/ReportDesigner.py 2009-10-22 17:35:44 UTC (rev 5481)
@@ -2038,6 +2038,7 @@
                        b._rw = self._rw
                        self._bands.append(b)
 
+               addBand(rf["ReportBegin"])
                addBand(rf["PageHeader"])
 
                groups = copy.copy(rf["Groups"])
@@ -2051,6 +2052,7 @@
                        addBand(groupObj["GroupFooter"])
 
                addBand(rf["PageFooter"])
+               addBand(rf["ReportEnd"])
                addBand(rf["PageBackground"])                   
                addBand(rf["PageForeground"])                   
 




_______________________________________________
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