In Crystal report how we suppress page header on pagenumber >= 2 when records are completed on the previous page
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Go to the Section Expert of the header. Suppress it with the checkbox and then, in the suppression formula, do this (with Basic syntax): if pagenumber > 1 then formula = true |
|||
|
|
|
Maybe this will help? Just make a couple headers and a conditional that hides on the non-first page... |
|||
|
|
|
In the suppress formula box you can simply enter
This is true for all but the first page and thus will suppress on all but the first page. |
|||
|
|
|
Maybe you want to suppress the header on the second page if there is no record in the Detail section. Please take a look at |
|||
|
|