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
This commit is contained in:
Lutz
2021-03-03 22:58:34 +01:00
parent 37d72fe0e8
commit c8096f2bae
7 changed files with 14 additions and 14 deletions

View File

@@ -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 |

View File

@@ -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:
````

View File

@@ -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:
```

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -232,16 +232,16 @@
* 15/02/2021 LScheffler v1.19.53 Bug Fix: processing directory, flush log file after loop instead of file
* 16/02/2021 LScheffler v1.19.53 Bug Fix: conversion prg -> 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
* </HISTORIAL DE CAMBIOS Y NOTAS IMPORTANTES>
@@ -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