Update Page Style after detail generation
I need to update a field in the page style on my subreport after detail band
generation.
I can't use footer band of subreport because it doesn't print;
I can't use the group footer band because i need to print at the end page.
I use Report Builder 5.55 Professional on Delphi 5 ENT
Any idea?
Thanks to all
fabio @software
generation.
I can't use footer band of subreport because it doesn't print;
I can't use the group footer band because i need to print at the end page.
I use Report Builder 5.55 Professional on Delphi 5 ENT
Any idea?
Thanks to all
fabio @software
This discussion has been closed.
Comments
that page? Keep in mind that the PageStyle band prints before the details
do. You can use OnEndPage if you need to perform an update at the end of
page generation.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
understand correctly you need to update a field in the subreport page style
after the detail of the main report in which the subreport resides prints.
Please correct me if I am miunderstanding this. The Subreport.Report object
still has OnEndPage and OnEndPass events. You can also use the main report
detail's AfterPrint. Please let me know if I am misunderstanding you
problem.
--
Cheers,
Alexander Kramnik
Digital Metaphors
"Alexander Kramnik (Digital Metaphors)" wrote
in message news:3d089d18@dm500....
of
http://www.digital-metaphors.com
info@digital-metaphors.com
only happens on the next page to that I am printing.
Thanks
@software
"Alexander Kramnik (Digital Metaphors)" ha
content of the page style after it has already printed. Here is an example
which creates content during the first pass in OnEndPage and sets in during
the second pass in OnStartPage.
http://www.digital-metaphors.com/tips/PageStyleUpdated.zip
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com