Subject | Re: [IBO] SQLWhere Example wanted |
---|---|
Author | lee@leeway-be.com |
Post date | 2001-03-12T18:56:02Z |
Harald,
Yes I need more help.
Could you send me just a sceleton program using the IB_Query.search
the IB_Edit and the IB_Query.post statements(component) ?
Where and how can I enter my sql statement (select * from adr where
name.....etc) ?
What must I enter in the edit component ?
A example how ever small would be a help, it does not have to work,
it must be small (simple) so I can work from there.
thaks aforehand
Lee
Yes I need more help.
Could you send me just a sceleton program using the IB_Query.search
the IB_Edit and the IB_Query.post statements(component) ?
Where and how can I enter my sql statement (select * from adr where
name.....etc) ?
What must I enter in the edit component ?
A example how ever small would be a help, it does not have to work,
it must be small (simple) so I can work from there.
thaks aforehand
Lee
--- In IBObjects@y..., Harald Klomann <nibler@t...> wrote:
> lee@l... wrote:
> >
> > 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
> >
>
> Lee,
>
> 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