Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynazip UNZIP Problem
Message
De
17/09/2012 16:33:46
 
 
À
17/09/2012 16:00:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01553060
Message ID:
01553094
Vues:
53
Obsolete means it is no longer in general use, or out of date, out moded. Dynazip is in use, fully capable to create, use and manage zip files with folders, files, attributes, and with all the functionality you would expect from a zip/unzip compression library. It is no longer sold or enhanced but that is another issue. I have software installed at thousands of sites which we do not update anymore (because we have newer versions or alternative platforms) but it is certainly not obsolete.

>According to what I have heard, Dynazip is not in production and not available for sale anymore, in other words it's obsolete. That doesn't mean that it doesn't work anymore. Just as VFP....
>
>NB! I may be wrong about the current status of Dynazip, if so I apologize.
>
>>DynaZip is not obsolete. It works perfectly under all versions of Windows from XP, Vista, 7, Windows 8 and all server editions from 2000 to 2008, both 32 or 64 bit. It is not being enhanced anymore but its current functionality works in all respects perfectly. Whatever problem Tommy is experiencing it wll be a switch or similar issue which the help documentation will explain. I have never had a problem with it.
>>
>>
>>>AFAIK Dynazip is obsolete. I suggest the free VFPCompression as an alternative. http://www.sweetpotatosoftware.com/spsblog/2008/12/08/VFPCompressionUpdateACoupleOfFixesAndASlightEnhancement.aspx
>>>
>>>>Hi Gang! This is for the DYNAZIP gurus on here......
>>>>
>>>>I have some code to extract a ZIP file called IMAGES.ZIP.
>>>>
>>>>IMAGES.ZIP has 9 sub folders in it....
>>>> DISK1
>>>> DISK2
>>>> DISK3
>>>> DISK4
>>>> DISK5
>>>>...
>>>> DISK9
>>>>
>>>>each subfolder has many JPG files in it.
>>>>
>>>>
>>>>so when I unzip the IMAGES.ZIP file, I want to have this...
>>>>
>>>>C:\PHARMACY\DOWNLOAD\IMAGES\DISK1 with JPG's in it
>>>>C:\PHARMACY\DOWNLOAD\IMAGES\DISK2 ditto
>>>>C:\PHARMACY\DOWNLOAD\IMAGES\DISK3 ditto
>>>>...
>>>>C:\PHARMACY\DOWNLOAD\IMAGES\DISK9 ditto
>>>>
>>>>But when I run my DYNAZIP code, I get the folders ok.... but NO FILES in them!! Here is the code
>>>>
>>>>
>>>>lcMainImageZipFile = 'C:\PHARMACY\DOWNLOAD\IMAGES.ZIP'
>>>>remote_config.client_download_path = "DOWNLOAD"
>>>>WITH ThisForm.oleUnZip
>>>>	.ActionDZ = 0	&& No Action
>>>>	.ZipFile = lcMainImageZipFile
>>>>	.FileSpec = "*.*"
>>>>	.Destination = SYS(5) + ALLTRIM(remote_config.client_download_path)
>>>>	.ActionDZ = 8	&& Extract
>>>>ENDWITH
>>>>
>>>>
>>>>Any ideas ???
>>>>Thanks!!
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform