| Subject | Searching without the Search bar capabilities | 
|---|---|
| Author | Arn | 
| Post date | 2004-10-25T14:11:46Z | 
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
            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