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

Printing

edited November 2002 in Subreports
Hello,

I made a report in a Dll with 2 subreports
The main report has no datapipeline
In the subreport I use an Query that call the records
select ... from orders where customer = ....
so, no relations, I only want to see the query output

when I view the report It look fine,
but when I want to print, the printdialog flashes in
a loop, when I cancel I get an error.

What's wrong ?

Eric B

Comments

  • edited November 2002
    Try it without the dll approach to make sure your code isn't causing the
    problem.

    Then use Delphi packages instead of dlls to see if that works.

    We recommend using Delphi packages over dlls. However, if you want to use
    dlls, then we have a dll example in the RBuilder\Demos installation
    directory to show you how to use RB inside of a dll.

    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.