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

preview vs print #'s

edited May 2002 in General
hi all,

I have a report that uses TppVariables to print data in the summary of the
report. In the preview screen, all numbers are correct however upon
printing, the numbers are doubled up (tripled, quadrupled, etc). I am
probably missing a setting somewhere.

I'm using 6.03 Standard V. on Delphi 5 latest SP, on Win2k Pro.

thanks much for any tips.

Cosmin

Comments

  • edited May 2002
    Most likely the calculations are being redone when you send the report to
    print and the values are aggregated. If you are using any global variables
    they must be reset before each time the report prints. You can also make
    sure that CachePages is set to true so that the calculations are not redone
    when you print the report after previewing it.

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

  • edited May 2002
    thanks v. much Alex,

    The Cache Pages did the trick.

    Cosmin


    "Alexander Kramnik (Digital Metaphors)" wrote
    in message news:3ccfe1c8$1@dm500....
    redone
This discussion has been closed.