Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updateable cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00414875
Message ID:
00414879
Vues:
21
>Hi everyone:
> I am having a bit trouble createing an updateable curosr. Can some me show me how to create a cursor that can be updateable. I can create a table, however, I need to create a cursor.
>Thank You

CREATE CURSOR creates an updatable cursor,
For cursors created with SELECT... INTO CURSOR myCursor NOFILTER
you may use:

USE DBF("myCursor") IN 0 AGAIN ALIAS myUpdatableCursor
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform