Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM Cursor
Message
 
À
19/10/2001 01:55:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00570632
Message ID:
00570634
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Hi Michel

It depends on how the cursor was created. It the cursor is in reality a filtered table (using an index/indexes) it can't be done. For more info about this, see the NOFILTER clause for the SQL - Select command.
But if the cursor isn't a filtered table and is physically stored in the temp-dir you can do this:
APPEND FROM DBF("Alias of Cursor")

>Is there a way to do that or this simply doesn't exist in Visual FoxPro yet?
>
>I would like to APPEND FROM a cursor. I've been in that situation several times so far. I don't want to create a file on disk just for that.

hth,
Frank Camp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform