Greetings to all of you.
How can i use Setfiter , to filter the value of a text field , but with case insensitive?
It seems that typing like the one below does not work.
TestRecord.SetFilter(Name,' @%1', TestText);
Name is field of the testrecord which is a dummy table and TestText is just a dummy test variable.
Thank you in advance.