Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preventing returning from an external app
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00963016
Message ID:
00963736
Views:
9
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform