Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending from and to cursors
Message
 
To
02/07/1998 13:40:31
Jolene Dicks
Human Resources Development Canada
St. John's, Newfoundland, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00113852
Message ID:
00113855
Views:
18
Hello Jolene,

If you created the cursor from a SELECT...INTO CURSOR, by default, the cursor is READ ONLY. What you would have to do, is re-open the table again with a different alias and append to that alias name...
select ....;
  from ...;
  where ...;
  into cursor Tmp1
use (dbf()) again alias TmpReadWrite IN 0
select TmpReadWrite
append from OtherFile
>I am tyring to update a cursor by appending from another cursor. Having some difficulties, any suggestions.
>
>Jolene Dicks
Previous
Reply
Map
View

Click here to load this message in the networking platform