Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String compression/uncompression
Message
From
21/09/1999 16:08:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
String compression/uncompression
Miscellaneous
Thread ID:
00267319
Message ID:
00267319
Views:
44
Hello,

I am using a third party component to compress a string in VFP6.

My problem is with the Uncompression.. Here is the code that I am using:

OriginalStr = "Put a long string here to allow good compression."
UnCompressedStr = SPACE (100)
CompressedStr = ""

THISFORM.ZipMain.StringCompress (@OriginalStr, @CompressedStr)
THISFORM.ZipMain.StringUnCompress (@CompressedStr, @UnCompressedStr)

THISFORM.Label8.caption = TRIM(UnCompressedStr)

The compression works fine, but when uncompressing I get an empty string in return when in fact I should be returned the Original string. The methods work fine in VB6 as well as in Delphi.

If there is anybody that can help me or needs more information, please let me know. Thanks

Jenny
Next
Reply
Map
View

Click here to load this message in the networking platform