Subject Re: [IBO] Using multiple critearia in search panel
Author Jason Wharton
Yes, I agree it would be useful.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "Cagatay Tengiz" <tmd0307@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, October 21, 2002 8:42 AM
Subject: Re: [IBO] Using multiple critearia in search panel


> Jason, after examining the code I've realized that I've completely
forgetten
> 'BETWEEN' keyword.
>
> But I still think that it may be usefull to give the end user the choice
of
> using 'AND' / 'OR' logical phrases.
>
> And I think this enhancement can be done in IB_Parse.Pas >
> ExtractWhereClause procedure. Is this right?
>
> After doing this, the next step could be defining these keywords in
> IB_Constants.Pas. And by this way, enduser can use his/her native language
> in search criterias..
>
> Should I proceed? Does it worth?
>
> Regards
> Cagatay Tengiz
>
> ----- Original Message -----
> From: Jason Wharton
> To: IBObjects@yahoogroups.com
> Sent: Monday, October 21, 2002 6:13 PM
> Subject: Re: [IBO] Using multiple critearia in search panel
>
>
> You have to use the BETWEEN <Aval> AND <AVal> structure.
> You can also use IN( <aval>, <aval>, ... ) as well.
>
> There is no logical combining multiple expressions in the search criteria
> unless you enhance the built-in parsing using the provided events.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> -- We may not have it all together --
> -- But together we have it all --