Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynazip not zipping all files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00959119
Message ID:
00959126
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform