dabo Commit
Revision 7287
Date: 2012-11-26 12:38:00 -0800 (Mon, 26 Nov 2012)
Author: Paul
Trac: http://trac.dabodev.com/changeset/7287
Changed:
U trunk/dabo/lib/reportWriter.py
Log:
r7257 was wrong; reverted
Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py 2012-11-26 19:25:03 UTC (rev 7286)
+++ trunk/dabo/lib/reportWriter.py 2012-11-26 20:38:00 UTC (rev 7287)
@@ -2328,7 +2328,7 @@
if y < check or maxBandHeight is None:
# Move to the next page or column
headers_reprinted = False
- if self.RecordNumber < len(self.Cursor):
+ if self.RecordNumber <=
len(self.Cursor):
headers_reprinted = False
if self._currentColumn >=
columnCount-1:
# Move to next page
_______________________________________________
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]