Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Totals and Memos disappear when printing more than one copy

edited October 2002 in General
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

Comments

  • edited October 2002
    The report will regenerate and all of the event handlers will fire again,
    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

This discussion has been closed.