Page 1 of 1
Disable Multiple Sendkey error
Posted: Fri Feb 16, 2024 12:28 am
by jtaljaard
Is there a way to remove the error pop-up of multiple sendkey entry?
Re: Disable Multiple Sendkey error
Posted: Fri Mar 01, 2024 10:50 am
by Tim McEntee
Is this RAMP?
Re: Disable Multiple Sendkey error
Posted: Tue Mar 05, 2024 11:26 pm
by jtaljaard
Correct this is RAMP.
Re: Disable Multiple Sendkey error
Posted: Thu Mar 07, 2024 8:51 am
by Tim McEntee
The best way to stop the multiple sendkeys message in RAMP is to not send multiple sendkeys.
After a sendkey is issued the tracing even says this should be your last code to be executed before leaving the button script. If you are guessing keystrokes in future screens, there is the Q_SENDKEY command.
Trying to turn off the message is not the best way of handling this issue. Going into your code and addressing the cause of the multiple sendkeys is.