diff --git a/README.md b/README.md index 4eb5351..8ed4152 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you like to see Fernandos blog, or value his work: - [Changes](#changes) - [Changes to Configuration](#changes-to-settings) - [Limitations](#limitations) -- [**Documentation**](#usage) +- [**Documentation**](#documentation) - [**Helping with FoxBin2PRG / issues**](#helping-with-foxbin2prg--issues) - [Note](#note) diff --git a/docs/FoxBin2Prg_Settings.md b/docs/FoxBin2Prg_Settings.md index dcd4117..0a53b02 100644 --- a/docs/FoxBin2Prg_Settings.md +++ b/docs/FoxBin2Prg_Settings.md @@ -42,7 +42,7 @@ in the settings object returned by get_DirSettings method of the API object. See | ShowProgressbar
n_ShowProgressbar | 0, _1_, 2 | 0=Don't show progressbar,
1=Always show a progress bar,
2=Only show it when processing multiple-files.
**If set via parameter _cDontShowProgress_, this is ignored.
_cDontShowProgress_ has value "0","1" inverted to the property.** | | DontShowErrors
n/a | _0_, 1 | 0=show message errors in a modal messagebox. (default)
1=don't show errors
**If set via parameter _cDontShowErrors_, this is ignored.**
**There is no inheritance for this setting. First occurance wins.** | | ExtraBackupLevels
n/a | 0, _1_, n |
0=No backup
1=One backupfile _\_filename\_.BAK_ (default)
n=n levels of backup in style _\_filename\_.n.BAK_
**There is no inheritance for this setting. First occurance wins.** | -| <
n_Debug | _0_, 1, 2 | 0=Off
1=Normal
2=Extended
By default, don't generate individual \.Log with process hints.
Activate with "1" to find possible error causes and for debugging,
"2" is special logging.
**If set via parameter _cDebug_, this is ignored.** | +| Debug
n_Debug | _0_, 1, 2 | 0=Off
1=Normal
2=Extended
By default, don't generate individual \.Log with process hints.
Activate with "1" to find possible error causes and for debugging,
"2" is special logging.
**If set via parameter _cDebug_, this is ignored.** | | BackgroundImage
c_BackgroundImage | \ | Backgroundimage for process form | | HomeDir
n_HomeDir | 0, _1_ | 0=don't save HomeDir in PJ2,
1=save HomeDir in PJ2.
Setting this to 0 prevents the PJ2 file from changing just because two developers have the project in different folders | | BodyDevInfo
n_BodyDevInfo | _0_, 1, 2 | 0=Don't keep DevInfo for body pjx records, 1=Keep DevInfo, 2 = Don't keep DevInfo or ObjRev.
Setting this to 2 prevents the PJ2 file from changing just because two developers built the project on their machines |