Documentation

- split dbc / classes reowrk
This commit is contained in:
Lutz
2021-03-03 11:49:23 +01:00
parent daa84e3836
commit ae6ad56fe2
12 changed files with 83 additions and 27 deletions

View File

@@ -41,9 +41,10 @@ _**Note:** you can click on the version number for downloading this version from
| 2021/02/15 | LScheffler | | **Feature**: inserted option ItemPerDBCCheck to split DBC processing from vcx / scx |
| | | | **Feature**: inserted option RedirectFilePerDBCToMain to split DBC processing from vcx / scx |
| 2021/02/14 | LScheffler | | **Feature**: inserted option UseFilesPerDBC to split DBC processing from vcx / scx |
| 2021/02/23 | LScheffler | [v1.19.54]() | **Doc**: For Info screen and config-template, usage of MEM and FRX added |
| 2021/02/16 | | | **Bug Fix**: conversion prg -> vcx, files per class could create one class multiple times |
| 2021/02/15 | LScheffler | [v1.19.53]() | **Bug Fix**: processing directory, flush log file after loop instead of file |
| 2021/03/03 | LScheffler | [v1.19.54]() | **Bug Fix**: DBF_Conversion_Condition, problem with macro expansion |
| 2021/02/23 | LScheffler | [v1.19.53]() | **Doc**: For Info screen and config-template, usage of MEM and FRX added |
| | | | **Bug Fix**: conversion prg -> vcx, files per class could create one class multiple times |
| 2021/02/15 | | | **Bug Fix**: processing directory, flush log file after loop instead of file |
| 2021/02/14 | LScheffler | [v1.19.52]() | **Bug Fix**: conversion prg -> dbf, fields with .NULL. value are incorectly recreated |
| | | | **Doc**: minor translations |
| | | | **Bug Fix**: conversion dbf -> prg, error if only test mode (toFoxBin2Prg.l_ProcessFiles is false) |
@@ -367,4 +368,4 @@ _**Note:** you can click on the version number for downloading this version from
This project is part of [VFPX](https://vfpx.github.io/).
----
Last changed: _Pungenday, 53 Chaos 3187_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)

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 vn.nn.nn you can configure FoxBin2Prg to generate one _Text_ file per dbc item using naming style "DatabaseName.item.name.dc2"
Starting at 1.21.02 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:
````
@@ -657,4 +657,4 @@ For options on integrating FoxBin2Prg with SCM tools, look at this topic:
This project is part of [VFPX](https://vfpx.github.io/).
----
Last changed: _Pungenday, 53 Chaos 3187_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)

View File

@@ -92,4 +92,4 @@ Return value is 0=OK, 1=Error.
This project is part of [VFPX](https://vfpx.github.io/).
----
Last changed: _Pungenday, 53 Chaos 3187_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)

View File

@@ -159,4 +159,4 @@ FoxBin2Prg.lnk <path>\foxbin2prg.exe "INTERACTIVE-SHOWMSG"
This project is part of [VFPX](https://vfpx.github.io/).
----
Last changed: _Pungenday, 53 Chaos 3187_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)

View File

@@ -75,4 +75,4 @@ feel free to share how you are using it so others can benefit.
This project is part of [VFPX](https://vfpx.github.io/).
----
Last changed: _Pungenday, 53 Chaos 3187_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)

View File

@@ -302,4 +302,4 @@ All use off this are the last four lines. But I like to keep the template (recen
This project is part of [VFPX](https://vfpx.github.io/).
----
Last changed: _Pungenday, 53 Chaos 3187_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)

View File

@@ -84,4 +84,4 @@ FoxBin2Prg can be used in tree ways:
This project is part of [VFPX](https://vfpx.github.io/).
----
Last changed: _Pungenday, 53 Chaos 3187_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)

View File

@@ -1,12 +1,7 @@
# we use the exclude-all-include-special approach, easier then excluding any odd stuff later
#exclude general
*.*
#excluded in parent directory, we just add the stuff to include here
#include general
#grafics
!*.gif
!*.png
#include special
#default git
!*.gitignore

View File

@@ -0,0 +1,12 @@
# FoxBin2Prg
Project to generate text representations of VFP binary sources for source control
## Documentacion\github\pictures
This folder containes the pictures for the reworked documentation resources for use with github repo.
- [FoxBin2prg](../FoxBin2prg.md)
----
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)

View File

@@ -10,4 +10,4 @@ Please Note: The spanish documents are removed, because the documents here repre
- [FoxBin2prg](./FoxBin2prg.md)
----
Last changed: _Pungenday, 53 Chaos 3187_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)