Sectioned subreports and footer variables
Hello,
I am working on a report that prints several section type subreports. Each
page of the report needs to display (page X of Y) and the date printed.
Obviously, this would be placed in the footer, I thought. However, if I put
it in the footer for the main report, then the section reports do not
display it. If I put the variables in the section reports' footers, they
display data _only_ for that specific subreport. That is, each section has
a (page X of Y), but only for that section. How do I find the values for
the whole report?
Frank
I am working on a report that prints several section type subreports. Each
page of the report needs to display (page X of Y) and the date printed.
Obviously, this would be placed in the footer, I thought. However, if I put
it in the footer for the main report, then the section reports do not
display it. If I put the variables in the section reports' footers, they
display data _only_ for that specific subreport. That is, each section has
a (page X of Y), but only for that section. How do I find the values for
the whole report?
Frank
This discussion has been closed.
Comments
Try setting the ResetPageNo property of the Subreport object to False. This
should give you the effect you are after.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
worked perfectly.
Frank