Subject Re: [IBO] IBO and QuickReport
Author Richard Saeger
--- In IBObjects@y..., "Riho-Rene Ellermaa" <r.ellermaa@h...> wrote:
> I'm using also QReport and it works like this:
>
> IBOPrint->AssignSQLWithSearch(DModul->QMK);
>
> DModul->QMK is TIB_Query
> IBOPrint is TIBOQuery

I use in this case:
IBOQuery.SQL.Add(IB_Query.ServerSQL);
Does this statement work the same way as that above?
Should I better use AssignSQLWithSearch?

Regards
Richard