Hi All
<VFP7 SP1>
I use CREATE CURSOR to create a cursor called tmp_one.
Then I do SELECT <whatever> INTO CURSOR tmp_one READWRITE.
Now, this overwrites my CREATE CURSOR command (settings are lost).
How can I do it so it Inserts into the cursor instead of overwriting and creating a new one?
Thanks
ITflash