Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ChilkatZip Control
Message
From
22/11/2002 16:32:57
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00725988
Message ID:
00726020
Views:
12
Francisko,

See the EVENTHANLDER function.

There is also some useful help under the DEFINE CLASS topic in the help file on how to use the object browser to create a class that implements the methods in the com object.

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform