Reporte defecto v1.19.48-Preview3: Cuando se arregló el bug del memo multi-línea, se introdujo un nuevo defecto por el cual un memo de linea-simple se decodifica mal (Arreglado en v1.19.48 Preview-4)
This commit is contained in:
@@ -25,8 +25,9 @@ Change History -------------------------------------------------------------
|
||||
- Bug Fix: Error message 'variable tcOutputFile not found' (german version) (Andy Kasper)
|
||||
- Bug Fix: Menu location 'Before' always changed to 'after' when convert (Andy Kasper)
|
||||
- Bug Fix: DBF conversion restrictions are not always respected when using particular CFGs for DBFs (Nathan Brown)
|
||||
- Bug Fix db2: When reading a miltuline-memo with old db2 data, an index out of range error occurs
|
||||
- Bug Fix db2: When reading a miltiline-memo with old db2 data, an index out of range error occurs
|
||||
- Bug Fix db2: When using ExcludeDBFAutoincNextval: 1 setting in FoxBin2Prg.cfg and at the same time the data import with an AutoInc field, then error "Error 2088, Field <FIELD> is read-only" occurs (Nathan Brown)
|
||||
- Defect Fix db2: When fixing the multi-line memo bug, introduced a new defect on which a single-line memo is not decoded correctly (Nathan Brown)
|
||||
|
||||
2016/06/08 v1.19.47
|
||||
- Bug Fix: When a filename "*" is specified with a type "*", an automatic regeneration of all binary files is made from text files (Alejandro Sosa)
|
||||
|
||||
BIN
foxbin2prg.exe
BIN
foxbin2prg.exe
Binary file not shown.
@@ -189,6 +189,7 @@
|
||||
* 30/06/2016 FDBOZZO v1.19.48 Bug Fix: No se respetan algunas restricciones de conversi<73>n para DBFs cuando se usan CFGs particulares por tabla (Nathan Brown)
|
||||
* 09/07/2016 FDBOZZO v1.19.48 Bug Fix db2: Cuando se lee un memo multil<69>nea de un db2 con datos antiguo, se produce un error de <20>ndice fuera de rango
|
||||
* 10/07/2016 FDBOZZO v1.19.48 Bug Fix db2: Cuando se usa ExcludeDBFAutoincNextval: 1 en FoxBin2Prg.cfg y a la vez la importaci<63>n de datos de una tabla con campo AutoInc, se produce el error "Error 2088, Field <FIELD> is read-only" (Nathan Brown)
|
||||
* 10/07/2016 FDBOZZO v1.19.48 Fix defecto db2: Cuando se arregl<67> el bug del memo multi-l<>nea, se introdujo un nuevo defecto por el cual un memo de linea-simple se decodifica mal (Nathan Brown)
|
||||
* </HISTORIAL DE CAMBIOS Y NOTAS IMPORTANTES>
|
||||
*
|
||||
*---------------------------------------------------------------------------------------------------
|
||||
@@ -294,6 +295,7 @@
|
||||
* 24/06/2016 Andy Kasper Reporte bug v1.19.47: Posici<63>n de men<65> BEFORE siempre cambiada a AFTER al convertir (Arreglado en v1.19.48 Preview-1)
|
||||
* 30/06/2016 Nathan Brown Reporte bug v1.19.47: No se respetan algunas restricciones de conversi<73>n para DBFs cuando se usan CFGs particulares por tabla (Arreglado en v1.19.48 Preview-2)
|
||||
* 30/06/2016 Nathan Brown Reporte bug v1.19.47: Cuando se usa ExcludeDBFAutoincNextval: 1 en FoxBin2Prg.cfg y a la vez la importaci<63>n de datos de una tabla con campo AutoInc, se produce el error "Error 2088, Field <FIELD> is read-only" (Arreglado en v1.19.48 Preview-3)
|
||||
* 10/07/2016 Nathan Brown Reporte defecto v1.19.48-Preview3: Cuando se arregl<67> el bug del memo multi-l<>nea, se introdujo un nuevo defecto por el cual un memo de linea-simple se decodifica mal (Arreglado en v1.19.48 Preview-4)
|
||||
* </TESTEO Y REPORTE DE BUGS (AGRADECIMIENTOS)>
|
||||
*
|
||||
*---------------------------------------------------------------------------------------------------
|
||||
@@ -24034,7 +24036,7 @@ DEFINE CLASS CL_DBF_RECORD AS CL_CUS_BASE
|
||||
*-- If NoCPTran, then must encode in b64binary
|
||||
luValue = STRCONV(lcValue,14)
|
||||
ELSE
|
||||
IF llOneLineOnly
|
||||
IF llOneLineOnly AND ATC('<![CDATA[', lcValue) = 0
|
||||
luValue = .Decode(lcValue, .F.)
|
||||
ELSE
|
||||
* Si el memo es multi-l<>nea, leer hasta encontrar el final ']]>' del CDATA.
|
||||
|
||||
Reference in New Issue
Block a user