- Bug Fix: When converting a DBF an error is thrown if there is a field called X or I (Francisco Prieto)

This commit is contained in:
fdbozzo
2018-01-11 20:29:26 +01:00
parent 6dc84dd374
commit c11e0bd842
6 changed files with 829 additions and 918 deletions

View File

@@ -2,10 +2,10 @@ lparameters toUpdateObject
local ldDate, ;
lnJulian, ;
lcJulian
ldDate = date(2018,1,8)
ldDate = date(2018,1,11)
lnJulian = val(sys(11, ldDate)) - val(sys(11, {^2000-01-01}))
lcJulian = padl(transform(lnJulian), 4, '0')
toUpdateObject.AvailableVersion = 'FoxBin2Prg-1.19.49.6' + lcJulian + ;
toUpdateObject.AvailableVersion = 'FoxBin2Prg-1.19.49.7' + lcJulian + ;
'-update-' + dtoc(ldDate, 1)
return toUpdateObject