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:
00113856
Views:
17
Jolene,

You can only append from a DBF, not an alias. Instead of APPEND FROM mycursor, try APPEND FROM DBF('mycursor'). This will work as long as your cursor isn't really just a filtered copy of the table it was selected from. If you're using SQL SELECT try SELECT INTO CURSOR mycursor NOFILTER to make sure a DBF is created.

>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