Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Zip compression facility in app
Message
De
08/02/2005 08:38:29
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
00983356
Message ID:
00984703
Vues:
15
Sorry for the late reply

You must use it as an ActiveX object
oZip = CREATEOBJECT('XStandard.Zip')
Then you have oZip.Pack(),oZip.UnPack(),oZip.Move(),oZip.Delete() methods available

Also oZip.Contents(cArchive) collection object

Check documentation on site for possible method calls.


>Hi Dorin
>
>>Here you will find a freeware activex zip component.
>>http://www.xstandard.com
>
>Thanks for your suggestion and I gave it a try using examples and all but when I ran it in VFP after doing DECLARE of the function Pack() as _Pack() I got a message that there is no entry point for Pack, anything I might have missed.
>
>I have registered the dll successfully.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform