Locating a string containing a single quote '
Posted: Tue 29 Apr 2008 07:58
I'm not really affected by this problem but thought you might like to know
Suppose SearchStr=="DON'T" then the following works OK
Query->Locate(SearchFld,SearchStr,TLocateOptions()LocateEx(SearchFld,SearchStr,TLocateExOptions()<<lxNearest);
Suppose SearchStr=="DON'T" then the following works OK
Query->Locate(SearchFld,SearchStr,TLocateOptions()LocateEx(SearchFld,SearchStr,TLocateExOptions()<<lxNearest);