Subject Re: [IBO] Ibo and QuickReport
Author Helen Borrie
At 11:16 AM 15/01/2004 -0400, Daniel Rail wrote:
>Hi,
>
>At January 15, 2004, 11:05, Michael Vilhelmsen wrote:
>
> > Can IBO work with QuickReport (or the other way around) ?
>
>Only with the TDataset descendants(TIBTable and TIBOQuery).

While that's true, it doesn't mean the whole application has to be
TIBO*. Just include a TIBOQuery for use with the report. You can use the
method AssignSQLWithSearch to pass the current SQL specs of a TIB_Query or
TIB_Cursor to this "report dataset".

Helen