Sending Data

Top  Previous  Next

Sendind data to the mainframe can be splitted into two steps: filling the edit data buffer and sending all the modified data to the mainframe along with a function key.

 

Using Type method explains how to fill input fields by simulating the keyboard entry.
Using EditFields collection explain the use of EditFields collection.
The Press and PressAndWait methods explain how to use unblocking or blocking methods to send data and function keys to the mainframe.