Is it possible to to set Property: PrintOnFirstPage (Header/Footer)  when the report is generated?
As the title of the post is asking, Is it feasible to set the Property: PrintOnFirstPage for either Header or Footer an expression that will be either true or false depending on conditions? Thank you Eric F. In the General Section below:
January 26th, 2012 3:20pm

Like OnFormat event of a section Cancel = IsNull(Me.[txtkey data field]) Arthur My Blog
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2012 4:07pm

Something similar to your example.
January 30th, 2012 2:22pm

Eric, Page headers and footers are displayed on the first and last page of a report by default. You can suppress page headers and footers on the first and last page of the report. To change this setting, change the PrintOnFirstPage or PrintOnLastPage property for the header or footer. We can not toggle this property with dynamic expressions. :( But here is workaround, we can set Visibility Property of objects in Header & Footer dynamically with the help of Expressions & your business logic. Hope this helps.Thanks, Sandip Shinde Please remember to mark the replies as answers if they help you and unmark them if they provide no help.
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2012 7:52am

Eric, Page headers and footers are displayed on the first and last page of a report by default. You can suppress page headers and footers on the first and last page of the report. To change this setting, change the PrintOnFirstPage or PrintOnLastPage property for the header or footer. We can not toggle this property with dynamic expressions. :( But here is workaround, we can set Visibility Property of objects in Header & Footer dynamically with the help of Expressions & your business logic. Hope this helps.Thanks, Sandip Shinde Please remember to mark the replies as answers if they help you and unmark them if they provide no help.
January 31st, 2012 7:52am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics