Disable Multiple Sendkey error
Disable Multiple Sendkey error
Is there a way to remove the error pop-up of multiple sendkey entry?
-
Tim McEntee
- Posts: 57
- Joined: Thu May 26, 2016 8:46 am
Re: Disable Multiple Sendkey error
Is this RAMP?
Re: Disable Multiple Sendkey error
Correct this is RAMP.
-
Tim McEntee
- Posts: 57
- Joined: Thu May 26, 2016 8:46 am
Re: Disable Multiple Sendkey error
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.
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.