Kbase P125061: READKEY and APPLY LASTKEY returns double-byte chars in reverse
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/03/2009 |
|
Status: Verified
SYMPTOM(s):
READKEY and APPLY LASTKEY returns double-byte chars in reverse
Multi-byte characters are displayed backward
ENTER (or RETURN) key deletes some of the previously entered UTF-8 characters
FACT(s) (Environment):
Progress 9.1E
OpenEdge 10.0x
OpenEdge 10.1A
OpenEdge 10.1B
Windows
CAUSE:
Bug# OE00130711
FIX:
Upgrade to 10.1B01 or later
Once upgraded, it is necessary to either add a registry key (if you don't use an ini file) or if you instead use an ini file then you will need to update that (if you are using -basekey "INI" and -ininame client startup parameters).
Or if you use an ini file, add this to the [Startup] section:
DBWideCursorPos=yes
If you are not using an ini file, you need to add a new String Value into the registry location:
HKEY_CURRENT_USER\Software\PSC\PROGRESS\10.1B\Startup
Add a new String Value called DBWideCursorPos with the value of: yes