Subject Re: [IBO] IB_LookupDialog and uppercase
Author Jason Wharton
Just telling IBO to treat a column as upper case doesn't make it so that all
searching is done in uppercase. You also need to set the NOCASE column
attribute for that column.

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


----- Original Message -----
From: <mmenaz@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, February 20, 2001 7:40 AM
Subject: [IBO] IB_LookupDialog and uppercase


> Hi, I've set up a IB_LookupDialog with BaseKey property to a field for
> wich I want to do incremental search. That field is flagged as
> "UPPERCASE" in the query field properties editor (in fact editing is
> ok).
> But IB_LookupDialog has a data entry *lowercase*, so the incremental
> search works badly... what's wrong? Why is not it getting field
> attribute from the query?
> Thanks
> Marco Menardi