i have a problem with a heading if i print more than one page. i'm making an invoice-report and if on the second page is not more than the total sum group, the 2nd heading is not printet.
i have two headings, one for the really first page and an other heading (with just the invoice no and the page no) on the following pages.
the 2nd heading is suppressed like this:
if PageNumber > 1
then
false
else
true
how can i make this working?
i have two headings, one for the really first page and an other heading (with just the invoice no and the page no) on the following pages.
the 2nd heading is suppressed like this:
if PageNumber > 1
then
false
else
true
how can i make this working?