preview vs print #'s
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
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
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com
The Cache Pages did the trick.
Cosmin
"Alexander Kramnik (Digital Metaphors)" wrote
in message news:3ccfe1c8$1@dm500....
redone