Problems with trailing spaces in memo lines
fixed #81 additional problems - trailing spaces in varchar - DBF_Conversion_Support on table configuration file - Enhancements to parameters and docu
This commit is contained in:
Binary file not shown.
@@ -10,8 +10,8 @@ local;
|
||||
|
||||
lcappName = "FoxBin2Prg"
|
||||
*Set following two numbers on version
|
||||
ldDate = date(2022,03,30)
|
||||
lcmajorVersion = "1.19.71"
|
||||
ldDate = date(2022,04,07)
|
||||
lcmajorVersion = "1.19.72"
|
||||
|
||||
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
|
||||
*lcJulian = padl(transform(lnJulian), 4, '0')
|
||||
@@ -39,6 +39,13 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
|
||||
|
||||
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
|
||||
|
||||
2022-04-07 v1.19.72
|
||||
- Bug Fix: Problem on using "DBF_Conversion_Support" on table configuration file (LScheffler)
|
||||
- Bug Fix: Problem converting intentionally trailing spaces to VarChar/VarBinary (LScheffler)
|
||||
- Bug Fix: Problem converting trailing spaces on line end in memo (bjornhoeksel)
|
||||
- Enhancement: Documentation in config file enhanced
|
||||
- Enhancement: Added parameter "?" to show interactive help ("interactive" still works)
|
||||
|
||||
2022-03-30 v1.19.71
|
||||
- Bug Fix: Convert menu mn2 to mnx with skip for that contains a string with ; sign is missing part after that sign in mnx. (bjornhoeksel)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
appName = FoxBin2Prg
|
||||
appID = FoxBin2Prg
|
||||
majorVersion = 1.19.71
|
||||
majorVersion = 1.19.72
|
||||
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*
|
||||
|
||||
Reference in New Issue
Block a user