Bug Fix: When converting to text a DBF that belongs to a DBC with events disabled, conversion fails (Jairo Argüelles / Juan C. Perdomo)

This commit is contained in:
fdbozzo
2018-06-20 12:23:15 +02:00
parent 747dc5cebe
commit b7efc53566
5 changed files with 13 additions and 4 deletions

Binary file not shown.

View File

@@ -2,7 +2,7 @@ lparameters toUpdateObject
local ldDate, ;
lnJulian, ;
lcJulian
ldDate = date(2018,5,12)
ldDate = date(2018,6,20)
lnJulian = val(sys(11, ldDate)) - val(sys(11, {^2000-01-01}))
lcJulian = padl(transform(lnJulian), 4, '0')
toUpdateObject.AvailableVersion = 'FoxBin2Prg-1.19.51.1' + lcJulian + ;