Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are There Any Simple For This?
Message
 
À
18/07/2001 06:57:18
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00531899
Message ID:
00531937
Vues:
11
Hi there,

If the tables have the same structure all you need to do is :


FileList=adir(SmallTable_xx.dbf)

&& For 1 Record Only .... Put it in a loop if you want it for more the one
&& record

Select "TableYouWantToExtractDataFrom"
SCATTER TO USEFULDATA && Copies the current record to Variable USEFULDATA

For Each SmallTable in FileList
Select "TableYouWantTOPutDataIn"
If EOF()
Append Blank
Endif
GATHER FROM USEFULDATA && Paste the record which was copied
Endfor

Hope it served you for some help
Regards
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform