Subject Re: [IBO] Searching
Author Harald Klomann
Lele Gaifax wrote:
>
> I tried using the usual OnPrepareSQL, but of course didn't work as the
> query is already prepared at this time...
>
procedure qryPrepareSQL(Sender: TIB_Statement);
begin
qry.SQLWhereItems.Add('MemoField CONTAINING ' + someword')
end;


This will work

Harald