Hello,
we have a problem with PageFooter and groups.
The Report is a invoice, with groups. At the end of the page, a payment slip is printed.
The visible of the pagefooter is control by the value of field F20151.sAbb. If the value = 1, the pagefooter will not be displayed.
In the first record the value of sAbb is 1. He is shown on page 4, when sorting is on.
But also at page 1 payment slip is not printed.
When sorting is off, record 1 is printed on page one and all is ok.
We use 2013.1. What is wrong?
Group sorting- Pagefooter wrong
Group sorting- Pagefooter wrong
- Attachments
-
- pagefooter_zahlschein.zip
- (353.65 KiB) Downloaded 146 times
Re: Group sorting- Pagefooter wrong
Hello,
Most probably its occurs because the PageHeader and PageFooter rendering in first, before rendering all component on page and in this case your conditions for enabling does not know the rigth value.
In this case, please try to use the FooterBand component with PrintAtBottom property instead the PageFooter component.
Thank you.
Most probably its occurs because the PageHeader and PageFooter rendering in first, before rendering all component on page and in this case your conditions for enabling does not know the rigth value.
In this case, please try to use the FooterBand component with PrintAtBottom property instead the PageFooter component.
Thank you.
Re: Group sorting- Pagefooter wrong
Hello forum-reader,
the proposed solution works.
For those interested I have appended the modified report.
the proposed solution works.
For those interested I have appended the modified report.
- Attachments
-
- FR_20151_Fakturierung_Zahlschein_Xml_sort_Footer.mrt
- (137.1 KiB) Downloaded 158 times
Re: Group sorting- Pagefooter wrong
Hello,
Thank you for the sample.
Let us know if you need any additional help.
Thank you for the sample.
Let us know if you need any additional help.