Printing
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
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
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com