Summary Totals
Hi,
I have a report which has a displays records from a data set in the detail
band, now in the footer there is a variable which has an OnCalc event
declared and in there it takes a value from each row in the detail band and
adds it to the variable, and this works fine, however it would look better
if it appeared directly delow the last record in the details band, but
obviously outside so it only displays once, how can I do this, simple enough
I assume?
TIA
Colin B
I have a report which has a displays records from a data set in the detail
band, now in the footer there is a variable which has an OnCalc event
declared and in there it takes a value from each row in the detail band and
adds it to the variable, and this works fine, however it would look better
if it appeared directly delow the last record in the details band, but
obviously outside so it only displays once, how can I do this, simple enough
I assume?
TIA
Colin B
This discussion has been closed.
Comments
Instead of the Footer band, you can try using the Summary band. This will
print just below the last detail band in your report. If you need this sum
to print on each page, you can adjust the drawcommand position of the
TppVariable in the OnDrawCommandCreate event.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
that works of course, I got confused when it appeared underneath the footer
in the design, and decided to wait instead of trying it, which I now have,
cool!
thanks, and hopefully my questions will start to stretch you sometime
soon...
Colin B