Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynazip Question
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00186704
Message ID:
00187236
Views:
21
Wayne,

The following should work with the DZ_EASY.DLL interface:

#DEFINE cnUnzipQuiet 8
#DEFINE cnUnzipNoMsgs 40

*-- Suppress (most) messages
lnRetVal = SetUnzValue(lnUnzipId, cnUnzipQuiet, .t.)

*-- Suppress all messages except multi-volume prompts
lnRetVal = SetUnzValue(lnUnzipId, cnUnzipNoMsgs, .t.)

I hope this helps
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform