Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy form a to c
Message
 
To
10/12/2004 16:05:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00968412
Message ID:
00968414
Views:
9
Hi Mohammed,

Another way is to SELECT * from MSTR.DBF INTO TABLE D:\COPYFIELS\MSTR.DBF

or you could use low level file access FREAD() FWRITE() treating the table as just anyother file.

HTH,
Cris


>hi all,
>is there another way to make this copy
>
>CLOSE ALL
>SET SAFETY OFF
>SET ECHO OFF
>SET STATUS OFF
>
>set defa to a:
>COPY FILE MSTR.DBF TO D:\COPYFIELS
>COPY FILE TRANS1.DBF TO D:\COPYFIELS\TRANS1.DBF
>=MESSAGEBOX("finished")NOWAIT
>
>thanks.
>m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform