I’ve a form grid editable view.
everything is working perfect, and I’ve last SC release.
how ever, quick search is case sensitive!
I’ve tried do a search directly in database (mysql), doing something like this
SELECT * from My_Table where My_field="%some_string%";
and works perfecly , and found text in case insensitive way.
Why quick search works in Case sensitive way?
Also , I’ve read this post http://www.scriptcase.net/forum_en_us/index.php?topic=5608
and seems not resolved yet.
thank you.
andres