AT() and ATC() are good if you know which record it's in and want to know WHERE in that memo file it is. If you want to find a record that contains a string, you need to use the $ operator like this:
[tt]
LOCATE FOR cSearchString $ MemoField
[/tt]
It's slow, but without some kind of keyword list there's no real way to optimize the search.
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.