Home » U++ Library support » RichText,QTF,RTF... » Page Totals in a table?
Page Totals in a table? [message #23490] |
Fri, 23 October 2009 02:10  |
jeremy_c
Messages: 175 Registered: August 2007 Location: Ohio, USA
|
Experienced Member |
|
|
I have a long lasting table (10-20 pages in some cases) on a report. I am wondering how I can detect page changes and insert page totals? Thus far, I have been constructing the table in a StringBuffer as QTF, then at the very end doing:
Report r;
r << buf;
Perform(r);
This obviously isn't going to work for what I need.
Jeremy
|
|
|
Goto Forum:
Current Time: Tue Apr 29 00:59:52 CEST 2025
Total time taken to generate the page: 0.01528 seconds
|