Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy form a to c
Message
From
10/12/2004 16:27:42
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00968412
Message ID:
00968419
Views:
10
hi,
thank you for reply,
best regards.
m.qasem
>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
Reply
Map
View

Click here to load this message in the networking platform