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

How do I send you a small program

edited December 2006 in General
I made a small program with the problem of continous printing on a lexmark
printer z515. How do send it.

Carlos

Comments

  • edited December 2006

    - you can send to support@digital-metaphors.com in zip format. Please
    include only the .dpr, .res, .pas, .dfm that are required to run the
    project. Use Delphi components and ReportBuilder.

    - If yo have a report that produces pages endlessly here are some trouble
    shooting tips...

    1. Check each report/childreport and make sure that the Report.DataPipeline
    property is assigned OR AutoStop is set to True.

    2. Try setting all Detailband.PrintHeight to phDynamic. It may be that you
    have a fixed height detail band that is too large to print on a page.

    3. As a test, try commenting out all event-handler code associated with the
    report. Make sure that you are not manipulating the dataset in any manner,
    while the report is generating. This can cause the report engine to get
    lost.

    4. Save the report under a new name and try incrementally simplifying it
    until the issue goes away. Then incrementally add complexity until you
    isolate the cause of the error.

    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.