Noob question - Attachmate Extra - send text to another window
Noob question - Attachmate Extra - send text to another window
(OP)
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!
RE: Noob question - Attachmate Extra - send text to another window
RE: Noob question - Attachmate Extra - send text to another window
RE: Noob question - Attachmate Extra - send text to another window