Subject | Re: [IBO] IBO and FastReport |
---|---|
Author | Richard Saeger |
Post date | 2001-08-21T10:52:06Z |
--- In IBObjects@y..., lester@l... wrote:
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
> 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 IBOI call my reports from my application only, and the application
> 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.
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