IBObjects
Hi there,
One of my reports refuses to print, I got an error message saying that the
pipeline can't be opened. This pipeline is linked to a datasource which is
linked to a TIBOQuery (I'm using IBO's TDataset descendant components.) The
query is already open when the execution path reaches the call to the Print
method. The report has no events.
I am using IBO 4.2I, Delphi 7 and RB 7.01
Are they compatible or am I missing something?
Your help is much appreciated.
Thanks in advance,
-Jorge
One of my reports refuses to print, I got an error message saying that the
pipeline can't be opened. This pipeline is linked to a datasource which is
linked to a TIBOQuery (I'm using IBO's TDataset descendant components.) The
query is already open when the execution path reaches the call to the Print
method. The report has no events.
I am using IBO 4.2I, Delphi 7 and RB 7.01
Are they compatible or am I missing something?
Your help is much appreciated.
Thanks in advance,
-Jorge
This discussion has been closed.
Comments
--
Ed Dressel
Team DM
Didn't help, but solved it by setting the OpenDataSource property of the
pipelin to true.
Thanks,
-Jorge
the
is