You are not logged in.
Is it possible to do Incremental search with unicode chars?
Offline
Problem is in mORMotUI.pas unit on line 1353
fIncrementalSearch := fIncrementalSearch+RawUTF8(NormToUpper[AnsiChar(Key)]);
"Key" is Char and is casted as AnsiChar.
Also Table.SearchValue function does not works with unicode chars.
Last edited by Firali (2015-02-16 19:32:23)
Offline
Hello ab.
Any suggestion about it?
Thanks.
Offline