Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ChilkatZip Control
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
ChilkatZip Control
Miscellaneous
Thread ID:
00725988
Message ID:
00725988
Views:
26
I'm traying to instantiate the chilkatsoft Zip control programatically.

olobject=CREATEOBJECT("ChilkatZip.ChilkatZip")
olobject.NEWZIP("myzip.zip")
olobject.APPENDFILES("*.*",0)
olobject.WRITEZIP()
RELEASE olobject

olobject.writezip fires some events that I want to put code in it. How I reference that events in code?

Example:

Event Name: ZipWritePercentDone:
Code that i want to include: Wait Window alltrim(str(tnPercent)) nowait
Francisko Paternoster
fpater@patercorp.com
Next
Reply
Map
View

Click here to load this message in the networking platform