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

preveiw and printed report have differents lines and totals

edited August 2005 in General
I got some report that on the preview the report print the correct
information but when send it to printer after the preview, a line is
duplicated or missed. Also the total the sum() variable add additional
amounts.
Delphi 6
RB standard 6.03
DBISAM 3.26

Carlos

Comments

  • edited August 2005
    Hi Carlos,

    Thanks for changing your date. This question was answered in your previous
    post as well.

    Usually when the previewed output does not match the printed ouput it is due
    to some event code that is firing twice or not firing at all when the report
    is sent to the printer. As a test, try commenting out all your event code
    and re-run your report. If this fixes the problem, then periodically begin
    adding the event code back to isolate the problem.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.