Hope you all don't lose patience with a newbie. So far things have been going very well. However, I'm stumped again with this one.
When entering text into our AS400 emulator, the NP Add key clears the remaining portion of the active field, then moves down to the next field. Very important function. However, when I use the
Press NP Add
it simply does not register. So far, all other functions have. I made sure to set the focus to the proper window, tried it with the NumLock on and off, but nothing seems to make my AS400 "see" it when I use the Press NP Add. I can press the button myself and everything it works fine manually. I've used Press Tab and Press Enter with no problem. Why won't it send Press NP Add?
Anyone have any ideas?
Special thanks to Lumumba for your help so far!
Eric
Help! Press NP Add not working
Moderators: JRL, Dorian (MJT support)
So far I have done some more digging, on this issue. I found that the AS400 will recognise MS Scripted characters sent to it up to a certain point the you can hear a windows sound ("dom"), after that sound is herd, Macro Scheduler becomes usless, as you cannot send any characters to the session window. I think this might be some sort of security feature. Windows on screen key board works though. Any ideas?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Sounds like there is too much in the keyboard buffer.
Try slowing the key send rate down:
Let>SK_DELAY=100
That inserts a 100 millisecond delay between characters. 100 may be more than necessary ... experiment.
Try slowing the key send rate down:
Let>SK_DELAY=100
That inserts a 100 millisecond delay between characters. 100 may be more than necessary ... experiment.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Yes, but it could be related to the send-rate. Macro Scheduler sends much faster than you can type. Have you tried my suggestion?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
What about SK_LEGACY=1?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?