Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Are There Any Simple For This?
Message
 
To
18/07/2001 07:24:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00531899
Message ID:
00531933
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform