Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zip compression facility in app
Message
From
08/02/2005 08:38:29
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
00983356
Message ID:
00984703
Views:
16
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform