Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are There Any Simple For This?
Message
De
18/07/2001 08:42:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
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:
00531936
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

Franco,
Original question is not mine :)
I appreciate your trial. Thanks.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform