Hi all.
I have a SQL Select statement and I want to select only the records where the "activity" character field contains a pre-defined string. The code is like:
SELECT * FROM table ;
WHERE THISFORM.activity_search.Value$table.activity=.T. ;
INTO CURSOR tmpcursor
Will that do it, because it doesn't seem to select any of the records, and I know for a fact they contain the search
string?
Many Thanks.
Andy.
I have a SQL Select statement and I want to select only the records where the "activity" character field contains a pre-defined string. The code is like:
SELECT * FROM table ;
WHERE THISFORM.activity_search.Value$table.activity=.T. ;
INTO CURSOR tmpcursor
Will that do it, because it doesn't seem to select any of the records, and I know for a fact they contain the search
string?
Many Thanks.
Andy.