Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updateable Cursor - how?
Message
 
 
To
24/09/1999 13:48:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00268624
Message ID:
00268630
Views:
18
>How would I create a cursor from a select statement, accessing a VFP table, and be able to update that cursor?

If you want to update the base table, just leave off the NOFILTER statement at the end.

If you want to update the cursor (with the base table) use this code from the UT FAQ

USE DBF("cMyCursor") IN 0 AGAIN ALIAS cAnotherCursor
Previous
Reply
Map
View

Click here to load this message in the networking platform