InfoConnect for Unisys VBA Guide
AfterSendKeys Event (IbmScreen)
Occurs after a data key or string is sent to the host.
Syntax
private Sub IbmScreen_AfterSendKeys (
   ByVal sender As Object, _
   ByVal keys As String, _
   ByVal row As Long, _
   ByVal column As Long _
) 

Parameters

sender
Sender of event.
keys
Keys that have been sent.
row
Cursor row position.
column
Cursor column position.
Remarks
The data key can be triggered from the keyboard, an application programming interface, or a macro. SendKeys method triggers an AfterSendKeys event for each SendKeys method invocation.
See Also

 

 


2015 Attachmate

Send Feedback