I have inserted a chart in a report on the report footer section and want it to appear on the last page WITHOUT page header information. How do I get page header not to show on the page with the chart?
On the format event of the page header, test a boolean variable scoped to the module and if it is true set the visible property of the header or all the controls in the header to false. On open event of the report set the variable to false. Try setting it to true on the format event of the report footer. You might have to use the print event of the page header instead. You might also have to play around and set the value somewhere else. You might also test to see if Page() = Pages(). Please let us know what works.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.