added fixes
added modifications
added documentation
for changes see README.md or foxbin2prg.prg

intended to be merged to https://github.com/fdbozzo/foxbin2prg/
This commit is contained in:
Lutz
2021-02-22 20:25:02 +01:00
parent 17cc4939f0
commit 0f7c2875f6
6 changed files with 87 additions and 11 deletions

View File

@@ -236,10 +236,12 @@
* 14/02/2021 Lutz Scheffler inserted option UseFilesPerDBC to split DBC processing from vcx / scx
* 15/02/2021 Lutz Scheffler inserted option RedirectFilePerDBCToMain to split DBC processing from vcx / scx
* 15/02/2021 Lutz Scheffler inserted option ItemPerDBCCheck to split DBC processing from vcx / scx
* the three above are straight forward, so no extra comment ar within the code
* the three above are straight forward, so no extra comment are within the code
* 19/02/2021 Lutz Scheffler inserted option DBF_BinChar_Base64 to allow processing of NoCPTrans fields in non base64 way
* 20/02/2021 Lutz Scheffler inserted option DBF_IncludeDeleted to allow including deleted records of DBF
* 21/02/2021 Lutz Scheffler German translation improved
* 21/02/2021 Lutz Scheffler Info screen-doc improved
* 21/02/2021 Lutz Scheffler added option to create config file template
* 21/02/2021 Lutz Scheffler added option to create config file template