Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updateable cursor
Message
De
11/09/2000 10:24:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00414875
Message ID:
00414877
Vues:
24
>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 - it works the same as CREATE TABLE.

If it's from a SELECT,

SELECT ....... INTO CURSOR cuTmp NOFILTER && get non-updatable cursor
AFIELDS(laFields)
CREATE CURSOR cuTmp2 FROM ARRAY laFields
APPEND FROM (DBF("cuTmp"))
USE IN cuTmp
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform