| Subject | Setting searchcriteria |
|---|---|
| Author | Magnus Johansson |
| Post date | 2001-03-29T21:28:30Z |
Hi List.
I want to set a search criteria and perform a search in code without using the searchbar.
Is this correct or is there another way? (e.g. using some dataset-property)
with IB_Query do
begin
Search;
ClearSearch;
CountryNoEditEnh.Text := 'ABC'; ?????
Post;
end;
Thanks, Magnus
[Non-text portions of this message have been removed]
I want to set a search criteria and perform a search in code without using the searchbar.
Is this correct or is there another way? (e.g. using some dataset-property)
with IB_Query do
begin
Search;
ClearSearch;
CountryNoEditEnh.Text := 'ABC'; ?????
Post;
end;
Thanks, Magnus
[Non-text portions of this message have been removed]