[progress Communities] [progress Openedge Abl] Forum Post: Re: Longchar Conversion Error...

  • Thread starter Thread starter Andrei Popa
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top