Hi All
How do I transfer the contents of a cursor created by an sql select into a
table?
SELECT * FROM issues WHERE keyfld=Tfind INTO cursor toutput
I have got the select in a do while loop to pick-up steel issued to jobs
(there can be multilple).
I could probably do it with a join, but its tooooo hot and my brain packed
in two hours ago!
Phwew
Steve