Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving records with General fields
Message
De
14/07/2003 13:46:29
 
 
À
10/07/2003 06:19:18
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00806788
Message ID:
00809911
Vues:
28
Thank you for your help.
I got some input from Sergey Berezniker, which works very well.

*********************
I seems to remember that similar or the same problem was discussed a while ago but I don't remember details. Try this.
SELECT * ;
FROM table1 ;
WHERE id = 123 ;
INTO CURSOR crsTemp NOFILTER
SELECT table2
APPEND FROM ( DBF("crsTemp") )
USE IN crsTemp

*****************************

Cicilia
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform