Compress/Decompress Tool for Dynamics NAV
This compress/decompress tool for text files. All code written in C/AL.
The functions compress/decompress can be used with dataports, xmlports, etc...
http://www.mibuso.com/dlinfo.asp?FileID=925
Discuss this download here.
Comments
This compress/decompress tool for text files. All code written in C/AL.
The functions compress/decompress can be used with dataports, xmlports, etc...
Update:
- Fixed problem with big vocabulary.
- Fixed bug with end of the files.
http://www.mibuso.com/dlinfo.asp?FileID=925
Discuss this download here.
Because when I trying to compress a big file (64 104 995 bytes) I'm getting the NAV error "Overflow in calculation of 214749 * 10000."
Debugger stops on line
> Dlg.UPDATE(1,ROUND(i*10000/Total,1));
Hi,
This fixed - just "i" must have type BigInteger)
This compress/decompress tool for text files. All code written in C/AL.
The functions compress/decompress can be used with dataports, xmlports, etc...
Update 13/12/2007:
- Fixed some problems but not all.
Update 11/12/2007:
- Fixed problem with big vocabulary.
- Fixed bug with end of the files
http://www.mibuso.com/dlinfo.asp?FileID=925
Discuss this download here.