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

how come back from screen

Former Member
0 Likes
767

hi all,

i created one screen i.e 100. i assigned menu bar.

from screen 100 im calling screen 200 for display list.

in the PBO of screen 200 i written like this

supress dialog.

leave to list-processing and return screen 0,

but im unable to come out of the screen.

if romove the menu for screen 100 it is coming back .

please give the solution ASAP.

Regards,

Ramprasad

hi all,

i created one screen i.e 100. i assigned menu bar.

from screen 100 im calling screen 200 for display list.

in the PBO of screen 200 i written like this

supress dialog.

leave to list-processing and return screen 0,

but im unable to come out of the screen.

if romove the menu for screen 100 it is coming back .

please give the solution ASAP.

Regards,

Ramprasad

4 REPLIES 4
Read only

Former Member
0 Likes
737

Sounds like you need to set a new PF-STATUS before the "leave to list-processing"...? You can then add a "at user-command." in your *TOP include for the module pool where you can handle any functions selected from the list.

Jonathan

Read only

Former Member
0 Likes
737

Hi Ram

try using below statments

leave to screen 100.

set screen 100.

Reward if it helps,

Satish

Read only

Former Member
0 Likes
737

Hi

leave to screen 0

Read only

Former Member
0 Likes
737

Hi Ram,

Try this.

leave to screen 0.

set screen 0.

Reward If Useful.

Regards,

Chitra