Subject TIB_IncSearch and case
Author Russell Belding
I'm using a TIB_IncSearch on a column which is case sensitive. (In the
TIB_Query - Column Properties the CASE INSENSITIVE box is not checked)
Entering a lower case letter causes the TIB_IncSearch control to display the
first record with the uppercase of the letter.

If I do a TIB_QUERY.Locate('a',VarArrayOf([thefield],[lopPartialKey]) the
correct record is found.

Setting CharCase in Field Properties to NORMAL from the default makes no
difference.

Can someone verify TIB_IncSearch is case sensitive?

Thanks

Russell