A
Andrei Popa
Guest
cValue's content is taken from a database, whose encoding is also "UTF-8". In the current version the value passed through several temp-tables before reaching cValue. I've been able to write a short example where I can replicate the issue: DEFINE VARIABLE lcValue AS LONGCHAR NO-UNDO. MESSAGE SESSION:CPINTERNAL. FOR FIRST Table1 NO-LOCK: lcValue = Table1.Description. END. MESSAGE "After for each". MESSAGE STRING(lcValue). An error is thrown at: lcValue = Table1.Description. and the error message is: ** Unable to update Field. (142)
Continue reading...
Continue reading...