File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ define class CursorToArray as session
3737 lcValue = evaluate (.CurName + "." + aColumns [i, 1 ])
3838 if vartype (lcValue) = 'X'
3939 lcValue = "null"
40- lcOutput = lcOutput + alltrim ( lcValue)
40+ lcOutput = lcOutput + lcValue
4141 else
4242 do case
4343 case aColumns [i, 2 ] $ "CDTBGMQVW"
@@ -54,10 +54,16 @@ define class CursorToArray as session
5454 else
5555 lcValue = 'null'
5656 endif
57- otherwise
58- lcValue = JSONUtils.GetString (alltrim (lcValue))
57+ Otherwise
58+ && IRODG 08 /08 /2023 Inicio
59+ *lcValue = JSONUtils.GetString (alltrim (lcValue))
60+ lcValue = JSONUtils.GetString (lcValue)
61+ && IRODG 08 /08 /2023 Fin
5962 endcase
60- lcOutput = lcOutput + alltrim (lcValue)
63+ && IRODG 08 /08 /2023 Inicio
64+ *lcOutput = lcOutput + alltrim (lcValue)
65+ lcOutput = lcOutput + lcValue
66+ && IRODG 08 /08 /2023 Fin
6167 case aColumns [i, 2 ] $ "YFIN"
6268 lcOutput = lcOutput + transform (lcValue)
6369 case aColumns [i, 2 ] = "L"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ define class JSONClass as session
44 LastErrorText = ""
55 lError = .f.
66 lShowErrors = .t.
7- version = "9.7 "
7+ version = "9.8 "
88 hidden lInternal
99 hidden lTablePrompt
1010 Dimension aCustomArray [1 ]
You can’t perform that action at this time.
0 commit comments