Subject | RE: [IBO] Searching without the Search bar capabilities |
---|---|
Author | Jason Wharton |
Post date | 2004-10-25T22:57:15Z |
Search Criteria isn't associated to fields.
The best way to do this is to lookup the method for using OnPrepareSQL and
the SQLWhereItems in conjunction with the InvalidateSQL method and Refresh
method.
Numerous examples abound in the archives and the example app Contact shows
you how to do this very easily.
Jason Wharton
The best way to do this is to lookup the method for using OnPrepareSQL and
the SQLWhereItems in conjunction with the InvalidateSQL method and Refresh
method.
Numerous examples abound in the archives and the example app Contact shows
you how to do this very easily.
Jason Wharton
> -----Original Message-----
> From: Arn [mailto:arn@...]
> Sent: Monday, October 25, 2004 7:12 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Searching without the Search bar capabilities
>
>
>
> Hi all.
>
> I cannot find the answers in the archive of Yahoo.
>
> I need to perform a manual search.
>
> I do:
>
> with TIB_Query1 do begin
> Search;
> FieldToBeSearched := 'Test';<--- HERE is the problem
> Post;
> end;
>
> Please any hints.
>
> Thanks
> Arn
>