Subject | Re: [IBO] SQLWhere Example wanted |
---|---|
Author | Harald Klomann |
Post date | 2001-03-12T13:17:41Z |
lee@... wrote:
just use the Search Mode of TIB_Query, this does all for you automaticly.
Use IB_SearchBar to enter the SearchMode, or just call IB_Query.Search .
Enter your search criteria in your IB_Edit and use IB_SearchBar to start search
or just call IB_Query.Post . That´s all you need to do !
More help needed ?
Harald
>Lee,
> Open a database with a grid attached, a edit component where I can
> enter a name, and then the procedure to search on that name.
>
> e.g. 'select * from ADR where NAME >' + edit.text
>
just use the Search Mode of TIB_Query, this does all for you automaticly.
Use IB_SearchBar to enter the SearchMode, or just call IB_Query.Search .
Enter your search criteria in your IB_Edit and use IB_SearchBar to start search
or just call IB_Query.Post . That´s all you need to do !
More help needed ?
Harald