- Fix: Cuando hay un campo memo vacío, al regenerar la tabla se queda embuclado porque no encuentra el CDATA
This commit is contained in:
@@ -23971,7 +23971,8 @@ DEFINE CLASS CL_DBF_RECORD AS CL_CUS_BASE
|
|||||||
luValue = STRCONV(lcValue,14)
|
luValue = STRCONV(lcValue,14)
|
||||||
ELSE
|
ELSE
|
||||||
* Si el memo es multi-l<>nea, leer hasta encontrar el final ']]>' del CDATA.
|
* Si el memo es multi-l<>nea, leer hasta encontrar el final ']]>' del CDATA.
|
||||||
DO WHILE .T.
|
luValue = ''
|
||||||
|
DO WHILE NOT EMPTY(lcValue)
|
||||||
IF ']]>' $ tcLine THEN
|
IF ']]>' $ tcLine THEN
|
||||||
luValue = .Decode(lcValue, .T.)
|
luValue = .Decode(lcValue, .T.)
|
||||||
EXIT
|
EXIT
|
||||||
|
|||||||
Reference in New Issue
Block a user