AndrewMozley
Programmer
What is the best way of copying the structure of Table1 - which is a part of dbc1 - into a different folder so that it exists there as Table1.dbf, part of dbc2, with all its captions, input masks &c.
I seem to be making heavy weather of this. COPY STRUCTURE EXTENDED can be used to copy the main features, including long names, but at present I am having to process the original and new tables, using DBGETPROP(), DBSETPROP().
Is there a better way?
Thanks. Andrew
I seem to be making heavy weather of this. COPY STRUCTURE EXTENDED can be used to copy the main features, including long names, but at present I am having to process the original and new tables, using DBGETPROP(), DBSETPROP().
Is there a better way?
Thanks. Andrew