SET FILTER TO City LIKE "%Lake%"
Set Filter doesn't accept the LIKE condition. I know I can include
this in my view but I need this filter only once in my program and I
use this view in many other place in my program without any filters.
Any solutions to this problem ?
Thank you in advance
Eric Ladouceur
a...@magma.ca
Eric Ladouceur wrote in message <369e34ec...@news.magma.ca>...
Eric
Another variation on Anders' solution would be the ATC() or AT()
functions -- they're supposed to be a little faster than $, although I don't
know if this is still true in VFP -- and they will also allow you to switch
between case sensitivity and insensitivity at will. I do this all the
time...
>L<