Disable Multiple Sendkey error

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
jtaljaard
Posts: 37
Joined: Thu Sep 21, 2023 9:29 pm

Disable Multiple Sendkey error

Post by jtaljaard »

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

Post by Tim McEntee »

Is this RAMP?
jtaljaard
Posts: 37
Joined: Thu Sep 21, 2023 9:29 pm

Re: Disable Multiple Sendkey error

Post by jtaljaard »

Correct this is RAMP.
Tim McEntee
Posts: 57
Joined: Thu May 26, 2016 8:46 am

Re: Disable Multiple Sendkey error

Post 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.
Post Reply