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
thisform.refresh
Any help would be appreciated.
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
thisform.refresh
Any help would be appreciated.