Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy zip.file
Message
From
07/07/2005 01:38:48
 
General information
Forum:
Visual FoxPro
Category:
CodeMine
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01028453
Message ID:
01029836
Views:
11
hi,
thank you for reply,it works.

i need help, if any way to put VFP CODE at command button to ZIP my table at my DIR.

thank you very much.



>>hi all,
>>
>>any idea,help
>>i need to copy myfile from mydir to drive a:
>>after i make zip. via vfp code
>>
>>ex.
>>(zip).table1.dbf
>>copy file (zip).table1.dbf to a:
>>
>>thanks.
>
>
COPY FILE c:\yourfolder\table.zip TO a:\
>or
>
m.source = 'c:\yourfolder\table.zip'
>m.target = 'a:\'
>COPY FILE (m.source) TO (m.target)
Previous
Reply
Map
View

Click here to load this message in the networking platform