Thanks atlopes.
I tried as below but the filter returns 0 results on the custview table either in upper or lower case.
PUBLIC S4
S4=ALLTRIM(THIS.VALUE) && For example "SYDNEY"
SELECT CUSTVIEW
SET FILTER TO ATC(SUBURB, S4) != 0
GO TOP
thisform.refresh
Hi guys.
Have a small work program and need the filter to not be case sensitive.
I'm not sure how to code it. I have tried but just get no returns or errors.
Existing code works but is case sensitive.
PUBLIC S4
S4=ALLTRIM(THIS.VALUE)
SELECT CUSTVIEW
SET FILTER TO S4 $SUBURB
GO TOP...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.