SendKeys |
Top Previous Next |
The SendKeys method can be used to send key sequences to the mainframe (including AID keys). By using special codes, you can send several kinds of keys. These codes consist of an escape character ("@") and a mnemonic code that corresponds to the supported host functions.
Syntax
Display.SendKeys(keys As String)
Remarks
The following table lists the functions keys and its corresponding codes.
This sintax complements the SendKeys, adding the possibility to send several key sequences separated by aid keys and waits (@W). This is the main difference between both SendKeys methods. This means that you can navigate through several screens with a single method call.
Related Topics
|