Page 1 of 1

"jump" over screen.

Posted: 30 Jul 2015, 21:14
by kno_dk
Hi

When I logon on a session and I had logged on on another session I get the screen say my msgq are in use by another job - message id - CPF2451. I would like to jump over this screen. I have tried to set the script in onArrive to SENDKEY("ENTER");, but it still stop at that screen.
Is there anybody which have a solution to that?

Re: "jump" over screen.

Posted: 07 Sep 2015, 09:23
by jeanmichel
Hi,

Sorry your post has gone unnoticed. Please use the following syntax in your onArrive event:

SENDKEY("Enter");

Instead of SENDKEY("ENTER");

Jean-Michel.