Subject | Re: [IBO] IBO and QuickReport |
---|---|
Author | Richard Saeger |
Post date | 2001-08-22T09:51:56Z |
--- In IBObjects@y..., "Riho-Rene Ellermaa" <r.ellermaa@h...> wrote:
IBOQuery.SQL.Add(IB_Query.ServerSQL);
Does this statement work the same way as that above?
Should I better use AssignSQLWithSearch?
Regards
Richard
> I'm using also QReport and it works like this:I use in this case:
>
> IBOPrint->AssignSQLWithSearch(DModul->QMK);
>
> DModul->QMK is TIB_Query
> IBOPrint is TIBOQuery
IBOQuery.SQL.Add(IB_Query.ServerSQL);
Does this statement work the same way as that above?
Should I better use AssignSQLWithSearch?
Regards
Richard