Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynazip Question
Message
De
12/02/1999 17:43:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00186704
Message ID:
00187236
Vues:
23
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform