Subject Re: [IBO] IBO and FastReport
Author Richard Saeger
--- In IBObjects@y..., lester@l... wrote:
> You have our simpathies.
Thank you for your simpathies and for your answer :-)

> It's worth the money and we will be improving the extra IBO
> native interface as people provide input to it. This allows
> IB_Connection and IB_Query to be added directly to the
> report page rather than providing the connection in the
> calling application. Again it will not work with the trial
> version as it expect the native components in the basic
> FastReport.
I call my reports from my application only, and the application
connect to the database at start time. So I don't need IB_Connection,
but what about IB_Query?
From the source:
{$IFDEF IBO}
FDataSet: TIB_Dataset;
{$ELSE}
FDataSet: TDataset;
{$ENDIF}
So I should be able to place a IB_Query on the FR form in the full
version, right?

BTW, are you involved in the development of FR?

Regards
Richard