Suppress repeated page header
pinbot
Texas
I have a page header that I broke into 2 bands, a page header and a child.
If my databand overflows the page, I'd like to repeat the page header but not the page header's child.
Is there an easy test that I can put in the childs OBP to hide the child band if this is the second page of a data group?
On the next group, I'd like to show the child of the page header again.
I suppose I could use some variables and set true on the group header to hide on the next page and false on the group footer (to show for the next group).
Bryan
If my databand overflows the page, I'd like to repeat the page header but not the page header's child.
Is there an easy test that I can put in the childs OBP to hide the child band if this is the second page of a data group?
On the next group, I'd like to show the child of the page header again.
I suppose I could use some variables and set true on the group header to hide on the next page and false on the group footer (to show for the next group).
Bryan
Comments
Answered my own question!
In my group header OAP, I set the child visible=false (so if the group overflows the page, the child will not show up on the next page)
In my group footer OAP, I set the child visible=true
Works like a charm.