Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preventing returning from an external app
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00963016
Message ID:
00963737
Vues:
10
Hi Patrick.

Thanks for your reply.
I hadnt thought of doing it that way I was checking for the existence of the Zip file which did'nt work but this is a nice solution.

I ended up using a WinZipMgr class from Rick Borup (which also uses a Wait type class from the late Ed Rauh) which works very effectively and is very well commented.

Thanks again for your help.

Regards,

Gerard


I have been working on this problem recently and found a lightweight workaround with pkzip. I start pkzip with shellexec() and start a loop trying to open the zip file for read/write access as follows;

lnfh=0
DO WHILE lnfh <= 0
INKEY(2)
lnfh=FOPEN(tcZipFileName,12)
ENDDO
FCLOSE(lnfh)
Works for both zipping and unzipping using PKZIPC.EXE
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform