Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynaZip 4.03 help with VFP5a
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00295880
Message ID:
00333382
Vues:
17
Did you remember to assign ThisForm.vv_File_To_Zip and ThisForm.vv_Zip_File?

Maybe it should look more like this:

*---------------------------------------------*
lpara lcItemList, lcZipFile
ThisForm.vv_File_To_Zip = lcItemList
ThisForm.vv_Zip_File = lcZipFile
with thisform.oleZip
.itemList = ThisForm.vv_File_To_Zip
.zipFile = Thisform.vv_Zip_File
_VFP.autoYield = .f.
.actionDZ = 4
endwith
_VFP.autoYield = .t.
*---------------------------------------------*




>
>*lpara lcItemList, lcZipFile
>
>with thisform.oleZip
> .itemList = ThisForm.vv_File_To_Zip
> .zipFile = Thisform.vv_Zip_File
> _VFP.autoYield = .f.
> .actionDZ = 4
>endwith
>_VFP.autoYield = .t.
ICQ 10556 (ya), 254117
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform