Good Morning...
I'm having trouble displaying the results of qry in a grid.
Form starts and displays white space at grid location.
Valid snippet of txtbox executes query.
Qry is successful.
Property of grid is set to query.
After Qry executes I follow with code ie...
SELECT * FROM mydbf INTO CURSOR qmydbf
THISFORM.REFRESH
White space is still white and qry result set is not displayed.
Any ideas?
TIA - Wayne
I'm having trouble displaying the results of qry in a grid.
Form starts and displays white space at grid location.
Valid snippet of txtbox executes query.
Qry is successful.
Property of grid is set to query.
After Qry executes I follow with code ie...
SELECT * FROM mydbf INTO CURSOR qmydbf
THISFORM.REFRESH
White space is still white and qry result set is not displayed.
Any ideas?
TIA - Wayne