How can i get the result of a query ?
my original coding is
Use abc
GOTO bottom in abc
row_no = recno()
select a from abc where recno() = row_no into cursor tmp
abc_result = tmp
how can i get the result of "select a from abc where recno() = row_no" and display on a form.
thanks a lot .....
all welcome
my original coding is
Use abc
GOTO bottom in abc
row_no = recno()
select a from abc where recno() = row_no into cursor tmp
abc_result = tmp
how can i get the result of "select a from abc where recno() = row_no" and display on a form.
thanks a lot .....
all welcome