At 14:57 2017-04-12, Richard Kaye rkaye@invaluable.com wrote:
Select <fields> from table where <filter> into cursor mycursorname.
If you want to be able to manipulate the cursor by adding or removing rows, adding indexes, etc. use the READWRITE clause.
Thank you.
I blindsided myself. I was thinking too much of source and destination. (A command like copy to cursor thecursor would be nice.)
Sincerely,
Gene Wirchenko