Subject ReportBuilder problem
Author dr_bentonquest
Hi there,

I am using Delphi 7, IBO 4.2 and RB 7.01

When I call the Print method of my report, I get an error from RB
saying that the the pipeline 'xyz' cannot be opened. Pipeline 'xyz'
is linked to a dataset that is linked to a TIBOQuery (I'm using IBO's
TDataset-compatible components only) and this query is in fact
already open when the execution path calls Print (I'm doing a trace).

Other reports in other forms work ok in similar circunstances, so I
am puzzled with this one.


Thanks in advance for any help,

-Benton