Hi, i have a report with a Group1 and after a Group2. The Group1 header has the line
Me.PageFooterSection.visible = False
in the Format event. The Group2 header has the line
Me.Group2Header.ForceNewPage = 1
Me.PageFooterSection.visible = True
also in the Format event.
The Group1 corresponds to an index, so the Group1Header_Format event only enters once.
The result is that also in the first page where the Group2 appears the first time, the PageFooter is hidden. In the next page and following the PageFooter is shown.
Any solution for showing the PageFooter from the beginning of Group2?
Thanks for looking.
Me.PageFooterSection.visible = False
in the Format event. The Group2 header has the line
Me.Group2Header.ForceNewPage = 1
Me.PageFooterSection.visible = True
also in the Format event.
The Group1 corresponds to an index, so the Group1Header_Format event only enters once.
The result is that also in the first page where the Group2 appears the first time, the PageFooter is hidden. In the next page and following the PageFooter is shown.
Any solution for showing the PageFooter from the beginning of Group2?
Thanks for looking.