Hi!
I am using Attachmate Extra and need to send some text to a window other than the active terminal session. According to the examples I found in the help file, it should be as simple as this:
It changes focus to Notepad just fine, however, I get an "Illegal Function Call" error on the Sendkeys line.
Any suggestions?
Thank you in advance!
I am using Attachmate Extra and need to send some text to a window other than the active terminal session. According to the examples I found in the help file, it should be as simple as this:
Code:
Sub main
AppActivate "Untitled - Notepad"
Sendkeys "Hello world!"
End Sub
It changes focus to Notepad just fine, however, I get an "Illegal Function Call" error on the Sendkeys line.
Any suggestions?
Thank you in advance!