Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From HELP
Message
From
16/04/2002 11:07:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00645479
Message ID:
00645503
Views:
12
Sergey,

I would like to have a table name yourtable and histable attached or added as a new field in mytable at the end.

yourtable.dbf and histable.dbf have only 1 field and both have same structure
empno#
10000 yourtable
20000 histable

mytable.dbf when append from yourtable and histable should have 2 fields

dbftype empno#
yourtable 10000
histable 20000

dbftype have 8 characters like DOS filename, the fact behind this is to get
the filename added to mytable. dbftype C(8), empno C(5)

TIA
Paul
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform