Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM a cursor
Message
De
20/05/2012 11:19:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
APPEND FROM a cursor
Versions des environnements
Visual FoxPro:
VFP 5
OS:
Windows 7
Divers
Thread ID:
01543868
Message ID:
01543868
Vues:
112
Hi All:

I always thought that you cannot APPEND FROM a table that is in USE. If this is true, would the following work:
select * ;
from table1 ;
into cursor curTest

lcDbf = dbf(curTest)

USE IN curTest

use table2
APPEND FROM (lcDbf)
Thanks,

Yossi
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform