Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursors and append..
Message
De
28/11/2006 02:16:15
 
 
À
28/11/2006 00:32:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01172836
Message ID:
01172843
Vues:
13
>I want to have a temporary table, so I make use of the cursor. However, inside my program, I am appending records from this cursor, so I tried using the INSERT command. But this won't work.
>
>Any work around where I can have a temporary table then be able to add records into it?
>
>TIA.

To be able to APPEND records to a cursor, you must make the cursor read/write. To append records FROM a cursor, you can use append from dbf('yourcursor'). If you need more help, you must tell us HOW you create the cursor.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform