Page 1 of 1

Group sorting- Pagefooter wrong

Posted: Tue Apr 23, 2013 9:19 am
by rksaskia
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?

Re: Group sorting- Pagefooter wrong

Posted: Wed Apr 24, 2013 8:46 am
by Alex K.
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.

Re: Group sorting- Pagefooter wrong

Posted: Mon Apr 29, 2013 1:00 pm
by rksaskia
Hello forum-reader,

the proposed solution works.

For those interested I have appended the modified report.

Re: Group sorting- Pagefooter wrong

Posted: Tue Apr 30, 2013 8:01 am
by Alex K.
Hello,

Thank you for the sample.
Let us know if you need any additional help.