Problems with PADNAME

bug fix issue #74
minor documentation
This commit is contained in:
Lutz
2022-01-18 20:19:21 +01:00
parent 4718680951
commit 2f7fbbf2f5
8 changed files with 9 additions and 5 deletions

Binary file not shown.

View File

@@ -10,8 +10,8 @@ local;
lcappName = "FoxBin2Prg"
*Set following two numbers on version
ldDate = date(2021,12,07)
lcmajorVersion = "1.19.67"
ldDate = date(2022,01,18)
lcmajorVersion = "1.19.68"
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
*lcJulian = padl(transform(lnJulian), 4, '0')
@@ -39,6 +39,10 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2022-01-18 v1.19.68
- Docu: Minor links in readme.html
- Bug Fix: Converting MN2 to MNX ignores the programmer-defined "Pad Name" found in "Prompt Options" screen
2021-12-07 v1.19.67
- Bug Fix: Double classes in VCX (LScheffler)

View File

@@ -1,5 +1,5 @@
appName = FoxBin2Prg
appID = FoxBin2Prg
majorVersion = 1.19.67
majorVersion = 1.19.68
excludeFiles = *.bak,*.bat,*.fxp,*.tbk,*.tmp,*.dat,*.log,*.cvp,README.md,.gitignore,*.zip*,*.7z*,*- copia.*,*.private.*,test_*.*,xx*.*,*.lnk,vfp_init.*,tmp*.*,*.err, *.conflict.*, *.private., .gitignore, *.pui. *.prj*
excludeFolders = *.plastic*,*ThorUpdater*,*Documentacion*,*foxunit*,*foxunit_*,*pruebas varias*,*versiones*,*datos_test*

View File

@@ -1,6 +1,6 @@
*################################################################################################################
*FOXBIN2PRG.CFG Konfigurations-Optionen: (Wird die Option nicht aufgef<65>hrt, ist der Wert im Beispiel der Default)
*Version: v1.19.67
*Version: v1.19.68
*****************************************************************************************************************
* Achtung, die Konfigurationsdateien werden vererbt.

View File

@@ -1,6 +1,6 @@
*################################################################################################################
*-- Individual DBF configuration file (Syntax: <Tabellenname>.dbf.cfg im Verzeichnis der Tabelle) Defaults siehe FoxBin2prg.cfg
*Version: v1.19.67
*Version: v1.19.68
*****************************************************************************************************************
*DBF_Conversion_Support: <1,2,4,8> && 0=Aus

Binary file not shown.

Binary file not shown.

Binary file not shown.