SendIBMAppID
SendIBMAppID
Sends the application ID defined on the host to the TN3270 server.
Syntax
FlexScreen.SendIBMAppID("applid")
Parameters
Text |
String, input |
|
Application ID to send. |
||
Ok |
Boolean, output |
|
True = successful False = failure |
Example
Sub Main()
Ok = FlexScreen.SendIBMAppID("tsoapp")
End Sub