↧
From: | Michele |
To: | FoxInCloud support |
can you try to
modify command awHTML
replace
lcResult = cEscaped_Base(Strtran(Strtran(Alltrim(m.lcResult), CRLF, BRK), CR, BRK))
by
lcResult = Strtran(Strtran(Strtran(Strtran(Alltrim(m.lcResult); , CRLF, BRK); , CR, BRK); , [<], '<'); && '<' , [>], '>') && '>'
thanks