Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append From DBF gives odd results
Message
De
25/08/2003 05:29:56
 
 
À
25/08/2003 01:28:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00822974
Message ID:
00822987
Vues:
14
I have tried to run your code and it works ok on my machine.
I have VFP 7.0


>I have the following code in a prg
>
>
SELECT TableA
>ZAP
>
>SELECT * FROM TableB INTO CURSOR C
>
>SELECT TableA
>APPEND FROM DBF('C')
>
>Cursor C contains the following
>ID VALUE
>------------

>1 Task 1
>2 Task 2
>3 Task 3
>4 (empty)
>
>After the append statement TableA contains the following
>ID VALUE
>------------

>1 Task 3
>2 Task 2
>3 Task 3
>4 (empty)
>
>Can anyone see my mistake?
>
>Thanks in advance.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform