Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updateable Cursor - how?
Message
 
À
24/09/1999 13:48:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00268624
Message ID:
00268630
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform