From 9f9efb2fc86df0cada4fb7a0602e9dcb6760a38d Mon Sep 17 00:00:00 2001 From: fdbozzo <> Date: Sat, 6 Jan 2018 18:19:32 +0100 Subject: [PATCH] FoxBin2PrgVersionFile update --- FoxBin2PRGVersionFile.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FoxBin2PRGVersionFile.txt b/FoxBin2PRGVersionFile.txt index 79efbaf..8695fcd 100644 --- a/FoxBin2PRGVersionFile.txt +++ b/FoxBin2PRGVersionFile.txt @@ -3,7 +3,7 @@ Lparameters toUpdateInfo Local lcNote With toUpdateInfo .VersionNumber = 'v1.19.49.6' - .VersionDate = Date(2018,01,04) + .VersionDate = Date(2018,01,06) .SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip' .Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG' @@ -23,6 +23,7 @@ Change History ------------------------------------------------------------- 2018/01/04 v1.19.49.6 - BugFix vcx/scx: FoxBin2Prg should ignore the records that VFP Designer ignores (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/15) +- BugFix vcx/scx: FoxBin2Prg encodes MemberData property with CR/LF, which can cause "property '_memberdata' value is too long" error (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/16) 2017/12/20 v1.19.49.5 - BugFix DBF: When FoxBin2PRG converts a DB2 file to a DBF file and imports the data (using DBF_Conversion_Support = 8), tabs at the start of lines in memo fields are lost (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/13)