Data flow in double-byte applications
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
In double-byte applications, which use IMEs, input data travels as follows:
- From the user
- Through the keyboard
- Through the IME
- Through the keyboard buffer
- Though the OpenEdge application
- Through the OpenEdge screen frame
- To the screen
As before, once input data reaches the keyboard buffer, the programmer can
query it using the ABL LASTKEY function and READKEY statement.
The following figure illustrates the flow of data through an application that uses an input method editor.
