bug fix, docs
issue #53 docs moved to meet github standard contrib added
@@ -30,7 +30,7 @@ _**Note:** you can click on the version number for downloading this version from
|
||||
|
||||
| Rel.Date | Developer | Version | Details |
|
||||
| - | - | - | - |
|
||||
| 2021/xx/xx | LScheffler | [v1.19.60]() | **Enhancement**: FoxBin2Prg template and debug output: Completed and ordered, order synched, grouped and groups named at template. |
|
||||
| 2021/xx/xx | LScheffler | [v1.19.60](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.60) | **Enhancement**: FoxBin2Prg template and debug output: Completed and ordered, order synched, grouped and groups named at template. |
|
||||
| | | | **Enhancement**: Option BackgroundImage was read, but not in template |
|
||||
| | | | **Enhancement**: -cC options learned to create default FoxBin2Prg._cfg file |
|
||||
| | | | **Enhancement**: -t Option learned to create default \<tablename\>._cfg file, if table is open. |
|
||||
@@ -39,6 +39,7 @@ _**Note:** you can click on the version number for downloading this version from
|
||||
| | | | **Bug Fix**: DBF_Conversion_Condition was read, but never used |
|
||||
| | | | **Bug Fix**: DBF_Conversion_Order sets an index that later would be stored as structural index |
|
||||
| | | | **Bug Fix**: config options with text value fail, if line comment is set |
|
||||
| | | | **Bug Fix**: issue #53 Variable lnFileCount in get_filesfromdirectory |
|
||||
| 2021/03/09 | LScheffler | v1.19.59 | **Feature**: Logging of settings as settings object passed to execute method (Option debug > 0) |
|
||||
| | | | **Feature**: Added option to create config file template based on current values of a directory |
|
||||
| | | | **Bug Fix**: RedirectClassType = 2, Path was set wrong in special config |
|
||||
|
Before Width: | Height: | Size: 940 B After Width: | Height: | Size: 940 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 940 B After Width: | Height: | Size: 940 B |
|
Before Width: | Height: | Size: 940 B After Width: | Height: | Size: 940 B |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
BIN
foxbin2prg.exe
BIN
foxbin2prg.pjt
BIN
foxbin2prg.pjx
@@ -265,6 +265,7 @@
|
||||
|
||||
* xx/xx/2021 LScheffler v1.19.60 Enhancement: FoxBin2Prg template and debug output ordered and completed, order synched, grouped and groups named
|
||||
* xx/xx/2021 LScheffler v1.19.60 Enhancement: Option BackgroundImage was read, but not in template
|
||||
* xx/xx/2021 LScheffler v1.19.60 Bug Fix: issue #53 Variable lnFileCount in get_filesfromdirectory
|
||||
|
||||
* </HISTORIAL DE CAMBIOS Y NOTAS IMPORTANTES>
|
||||
*
|
||||
@@ -5362,7 +5363,7 @@ Define Class c_foxbin2prg As Session
|
||||
If Not Substr( laFiles(m.I,5), 5, 1 ) == 'D' Or Left(laFiles(m.I,1), 1) == '.'
|
||||
Loop
|
||||
Endif
|
||||
.get_FilesFromDirectory( tcDir + laFiles(m.I,1), @taFiles, @lnFileCount )
|
||||
.get_FilesFromDirectory( tcDir + laFiles(m.I,1), @taFiles, @tnFileCount )
|
||||
Endfor
|
||||
Endwith
|
||||
Endif
|
||||
|
||||