Subject | Incremental search trouble |
---|---|
Author | Riho-Rene Ellermaa |
Post date | 2001-04-04T10:18:30Z |
My query:
select * from Corresp
for update
Ordering:Name=Name,account;Name desc,account
Name is marked as case insensitive
Data is:
abcde
bcdef
geftg
GEFG
KLMN
When I enter into Incr. search field 'b', then bcdef is found -OK. When I
enter 'K' , nothing is found.
When I change the sort order:
KLMN
GEFG
geftg
bcdef
abcde
then I can search by 'K', but not by 'b'. Seems that tere are troubles with
big and small letters
I'm using 3.6A version of IBO
Riho-Rene Ellermaa
senior programmer
Hansabank
select * from Corresp
for update
Ordering:Name=Name,account;Name desc,account
Name is marked as case insensitive
Data is:
abcde
bcdef
geftg
GEFG
KLMN
When I enter into Incr. search field 'b', then bcdef is found -OK. When I
enter 'K' , nothing is found.
When I change the sort order:
KLMN
GEFG
geftg
bcdef
abcde
then I can search by 'K', but not by 'b'. Seems that tere are troubles with
big and small letters
I'm using 3.6A version of IBO
Riho-Rene Ellermaa
senior programmer
Hansabank