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.
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.
Thank you for sharing.
Found it on my own.
In case anyone comes up with the same problem, the right Syntax is :
TestRecord.SetFilter(Name,'%1','@' + TestText); ( if TestText is a variable , if its just plain text then you need single quotes , 'TestText).
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156