Paul, The change prevents the group footers from printing on a new page when there is not enough room to print it on the current page.
Larry > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Paul McNett > Sent: Thursday, October 15, 2009 2:12 PM > To: [email protected] > Subject: [dabo-dev] dabo Commit 5465 > > dabo Commit > Revision 5465 > Date: 2009-10-15 11:12:23 -0700 (Thu, 15 Oct 2009) > Author: Paul > Trac: http://trac.dabodev.com/changeset/5465 > > Changed: > U trunk/dabo/lib/reportWriter.py > > Log: > Reverted a small portion of r5459 which was resulting in > missed detail records. > Larry, please take a look at it and let me know if you disagree. > > > Diff: > Modified: trunk/dabo/lib/reportWriter.py > =================================================================== > --- trunk/dabo/lib/reportWriter.py 2009-10-15 17:39:19 UTC > (rev 5464) > +++ trunk/dabo/lib/reportWriter.py 2009-10-15 18:12:23 UTC > (rev 5465) > @@ -1869,7 +1869,7 @@ > > if band in ("detail", > "groupFooter") and not headers_printed: > y = > reprintGroupHeaders(y) > - else: > + if band != "detail" and > headers_printed: > return y > > if not deferred: > > > > [excessive quoting removed by server] _______________________________________________ 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/!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAafA2fnYuPUOMNFpIYnBEQcKAAAAQAAAAzceiS/HGLESmQPkf/[email protected]
