Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

leave screen

Former Member
0 Likes
497

Hello guys,

Please tell me what statement I can use in order to exit the screen processing.

Currently I am using leave to screen 0, but it returns to the previous screen.

I know about the module XXX at exit command, but I need something else, because I have to give this exit command not on an exit Fcode.

What can I do to exit the screen for good, no matter what screen was displayed before?

Thank you!

Hello guys,

Please tell me what statement I can use in order to exit the screen processing.

Currently I am using leave to screen 0, but it returns to the previous screen.

I know about the module XXX at exit command, but I need something else, because I have to give this exit command not on an exit Fcode.

What can I do to exit the screen for good, no matter what screen was displayed before?

Thank you!

3 REPLIES 3
Read only

Former Member
0 Likes
476

have u tried <b>SET SCREEN 0.</b>

Read only

0 Likes
476

Yes.

Set screen 0.

leave screen.

Result -> the previous screen is displayed.

Read only

0 Likes
476

have you tried <b>LEAVE PROGRAM.</b>