swapneil
06-25-2009, 12:24 AM
I have a data report which has a report header & page header. When I navigate to page 2 the page header shifts its position and is raised to the report header position, which changes the alignment of the detail section. I want to fix the page header section height from the top of the report, whether report header is visible or invisible.
stopher
06-25-2009, 02:23 AM
One method that springs to mind is to put all your report header stuff in the page header. Then in the page On Format event just set the "report header" fields to invisible if the page<>1
hth
Chris
stopher
06-25-2009, 02:36 AM
One method that springs to mind is to put all your report header stuff in the page header. Then in the page On Format event just set the "report header" fields to invisible if the page<>1
hth
Chris