Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynazip not zipping all files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00959119
Message ID:
00959126
Views:
10
Hi Gerard

We have not experienced the same problems, it might be the fullpath() command, Anyways, here with sample syntax:


with thisform
_vfp.autoyield=.f.

.zip.zipfile ='test.zip'
.zip.itemlist=fullpath('Files*.txt')

.bar1.update(0)
.bar2.update(0)

.zip.actiondz=4 && Go & Create Zip

.bar1.complete
.bar2.complete

_vfp.autoyield=.t.
endwith


HTH
Kevin Delaney
Financial Systems Manager
CPL Solutions Ltd

83 Merrion Square, Dublin 2, Ireland.
e: kevin.delaney@cpl.ie w: www.cpl.ie
p: +353 1 482-5368
Previous
Reply
Map
View

Click here to load this message in the networking platform