how reset or recalculate the tot number of pages
how reset or recalculate the tot number of pages
My report load its data from an array of variant and when is called once
setup the number of pages ( ie. 6 pages )
If a recall the report passing a different and shorter array which require a
shorter number of pages the program give an access violation because the
number of pages of the report is still the old one.
Ho can I tell to reportBuilder to recalculate the right number of pages.
Thanks
--
Enzo Arlati enzo.arlati@datahouse.it
http://www.datahouse.it
My report load its data from an array of variant and when is called once
setup the number of pages ( ie. 6 pages )
If a recall the report passing a different and shorter array which require a
shorter number of pages the program give an access violation because the
number of pages of the report is still the old one.
Ho can I tell to reportBuilder to recalculate the right number of pages.
Thanks
--
Enzo Arlati enzo.arlati@datahouse.it
http://www.datahouse.it
This discussion has been closed.
Comments
When the report generates to the last page, is the only time the report
knows how many pages it has. This is done usually by setting the
Report.PassSetting to psTwopass.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com