Totals and Memos disappear when printing more than one copy
I have recently upgraded to RB7 with Delphi 6. When you print more than one
copy of a report, the totals and memo fields disappear on the first page.
Calculated fields disappear also when you select "print current page". Has
anyone else had this problem and is there a way to fix it?
Michele
copy of a report, the totals and memo fields disappear on the first page.
Calculated fields disappear also when you select "print current page". Has
anyone else had this problem and is there a way to fix it?
Michele
This discussion has been closed.
Comments
unless you have Report.CachePages set to true and the report is going to run
off of its cache of pages. If not, then are you using Delphi variables to
initialize values? Are you reinitializing everything in the
Report.BeforePrint event? Have you tried using the Copies property on the
Report.PrinterSetup property instead of running the report again?
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com