From 837bf978f10ddd3d12fe73c4d2f24c8eb1e80a62 Mon Sep 17 00:00:00 2001 From: Lutz Date: Wed, 3 Mar 2021 22:58:34 +0100 Subject: [PATCH] Extension 1.19.55 basically V1.21.02, but Verno turned back, because of problems with files generated. (Verno is part of the text files, what changes the text file ...) Enhancement: German translation improved Enhancement: Info screen-doc improved Enhancement: added option to create config file template Enhancement: inserted option OldFilesPerDBC to define the use splitting of DBC like version pre 1.21.0 --- Documentacion/github/FoxBin2Prg_Changes.md | 2 +- Documentacion/github/FoxBin2Prg_Internals.md | 2 +- README.md | 4 ++-- foxbin2prg.exe | Bin 752889 -> 752889 bytes foxbin2prg.pjt | Bin 680741 -> 680741 bytes foxbin2prg.pjx | Bin 7043 -> 7043 bytes foxbin2prg.prg | 20 +++++++++---------- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Documentacion/github/FoxBin2Prg_Changes.md b/Documentacion/github/FoxBin2Prg_Changes.md index e285027..b16dbf7 100644 --- a/Documentacion/github/FoxBin2Prg_Changes.md +++ b/Documentacion/github/FoxBin2Prg_Changes.md @@ -32,7 +32,7 @@ _**Note:** you can click on the version number for downloading this version from | Rel.Date | Developer | Version | Details | | - | - | - | - | -| 2021/02/21 | LScheffler | [v1.21.02]() | **Doc**: Documentation from CodePlex integrated | +| 2021/02/21 | LScheffler | [v1.19.55]() | **Doc**: Documentation from CodePlex integrated | | | | | **Feature**: added option to create config file template | | | | | **Doc**: Info screen-doc improved | | | | | **Doc**: German translation improved | diff --git a/Documentacion/github/FoxBin2Prg_Internals.md b/Documentacion/github/FoxBin2Prg_Internals.md index f2dd73a..420f3f2 100644 --- a/Documentacion/github/FoxBin2Prg_Internals.md +++ b/Documentacion/github/FoxBin2Prg_Internals.md @@ -442,7 +442,7 @@ This is true for SCX files as well. SCX files may contain a form and a dataenvir It will create sc2 files. ### Create File-Per-DBC -Starting at 1.21.02 you can configure FoxBin2Prg to generate one _Text_ file per dbc item using naming style "DatabaseName.item.name.dc2" +Starting at 1.19.55 you can configure FoxBin2Prg to generate one _Text_ file per dbc item using naming style "DatabaseName.item.name.dc2" with the value "1" To configure this, you must first enable it in foxbin2prg.cfg file: ```` diff --git a/README.md b/README.md index 8c9b638..3878977 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# FoxBin2Prg v1.20.01 +# FoxBin2Prg v1.19.55 **Binary/Text Converting program for Microsoft Visual FoxPro** ## Lutz Scheffler @@ -125,7 +125,7 @@ To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0 --- --- -## Changes by this fork (1.21.02) +## Changes by this fork (1.19.55) To get the new settings in config file, use the new create-a-template function: ``` diff --git a/foxbin2prg.exe b/foxbin2prg.exe index acbd14889f9867f88ebd0117d0a8db0643e8306a..d957f6926395a594e05847ffc12ca12bd7d4eb90 100644 GIT binary patch delta 152 zcmezQQ}^dj-32rGg&7zb7#PeMp!8(^nW7x!0@oRRiVLkL>&&!cOftU%1nSq!E zh*^P{4T#ydYuj=dsj?bc>Y18OFLdD4oUSj)$veHkjnkz4OcDnWb51{##1#nu<$oPH delta 106 zcmZ2_Ompcm%?(DJd`5;03=Bp<%wT9>Y%)<$dUG`AIb)`ina$d^?b^1CK+FWh%s|Wn z#H>Kf2E^>!wQV_!R9TG-^$d)r7dmiiPS=;@e-f diff --git a/foxbin2prg.pjx b/foxbin2prg.pjx index c1ae6abb9962d2adb858afdb20bd7b4d01b4fbd7..44768864e4a9f00fec41b846f7ef609e3c2d776c 100644 GIT binary patch delta 29 icmZoRZ#Lhsmxa~L%*4cE^C6a2CJ@uea vcx, files per class could create one class multiple times * 03/03/2021 LScheffler v1.19.54 Bug Fix: DBF_Conversion_Condition, problem with macro expansion -* 14/02/2021 LScheffler v1.21.02 Enhancement: inserted option UseFilesPerDBC to split DBC processing from vcx / scx -* 15/02/2021 LScheffler v1.21.02 Enhancement: inserted option RedirectFilePerDBCToMain to split DBC processing from vcx / scx -* 15/02/2021 LScheffler v1.21.02 Enhancement: inserted option ItemPerDBCCheck to split DBC processing from vcx / scx +* 14/02/2021 LScheffler v1.19.55 Enhancement: inserted option UseFilesPerDBC to split DBC processing from vcx / scx +* 15/02/2021 LScheffler v1.19.55 Enhancement: inserted option RedirectFilePerDBCToMain to split DBC processing from vcx / scx +* 15/02/2021 LScheffler v1.19.55 Enhancement: inserted option ItemPerDBCCheck to split DBC processing from vcx / scx * the three above are straight forward, so no extra comment are within the code -* 19/02/2021 LScheffler v1.21.02 Enhancement: inserted option DBF_BinChar_Base64 to allow processing of NoCPTrans fields in non base64 way -* 20/02/2021 LScheffler v1.21.02 Enhancement: inserted option DBF_IncludeDeleted to allow including deleted records of DBF -* 21/02/2021 LScheffler v1.21.02 Enhancement: German translation improved -* 21/02/2021 LScheffler v1.21.02 Enhancement: Info screen-doc improved -* 21/02/2021 LScheffler v1.21.02 Enhancement: added option to create config file template -* 23/02/2021 LScheffler v1.21.02 Enhancement: inserted option OldFilesPerDBC to define the use splitting of DBC like version pre 1.20.0 +* 19/02/2021 LScheffler v1.19.55 Enhancement: inserted option DBF_BinChar_Base64 to allow processing of NoCPTrans fields in non base64 way +* 20/02/2021 LScheffler v1.19.55 Enhancement: inserted option DBF_IncludeDeleted to allow including deleted records of DBF +* 21/02/2021 LScheffler v1.19.55 Enhancement: German translation improved +* 21/02/2021 LScheffler v1.19.55 Enhancement: Info screen-doc improved +* 21/02/2021 LScheffler v1.19.55 Enhancement: added option to create config file template +* 23/02/2021 LScheffler v1.19.55 Enhancement: inserted option OldFilesPerDBC to define the use splitting of DBC like version pre 1.20.0 * @@ -845,7 +845,7 @@ Define Class c_foxbin2prg As Session Protected n_CFG_Actual, l_Main_CFG_Loaded, o_Configuration, l_CFG_CachedAccess *-- n_FB2PRG_Version = 1.21 - c_FB2PRG_Version_Real = '1.21.02' + c_FB2PRG_Version_Real = '1.19.55' *-- c_Language = '' && EN, FR, ES, DE c_SimulateError = '' && SIMERR_I0, SIMERR_I1, SIMERR_O1