Data flow in single-byte applications
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Using an IME affects the flow of input through OpenEdge applications. In single-byte applications, which do not need IMEs, input data travels as follows:
- From the user
- Through the keyboard
- Through the keyboard buffer
- Through the OpenEdge application
- Through the OpenEdge screen frame
- To the monitor screen
Once the 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 does not use an input method editor.
