Hi All!
I have a textbox in my form and put an SQL statement in it's interactiveChange Event. Now I want to put the result in the GRID.
Here's the statement:
select myCode ;
from zz_test ;
WHERE myCode LIKE ("%"+UPPER(ALLTRIM(Thisform.text1.text))+"%"
;
into cursor myCursor
Did I write it correctly? What must I do to put the result in the GRID? Thank's for any help.
Regards.
I have a textbox in my form and put an SQL statement in it's interactiveChange Event. Now I want to put the result in the GRID.
Here's the statement:
select myCode ;
from zz_test ;
WHERE myCode LIKE ("%"+UPPER(ALLTRIM(Thisform.text1.text))+"%"
into cursor myCursor
Did I write it correctly? What must I do to put the result in the GRID? Thank's for any help.
Regards.