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

Pop out sub screen

Former Member
0 Likes
1,066

Hi all

i doing a dialog programming. My main screen has a execute button. After i press the execute, i should able to see a pop out subscreen. How can i achieve it? thk. Pls show yr example with simple coding.

Thks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
745

Hi,

Create a pop up screen by selecting the pop up radio button in the screen attributes.

In the PAI of the screen having the execute button,

call screen <popup screen no > starting at 10 10.

Hi all

i doing a dialog programming. My main screen has a execute button. After i press the execute, i should able to see a pop out subscreen. How can i achieve it? thk. Pls show yr example with simple coding.

Thks

4 REPLIES 4
Read only

Former Member
0 Likes
746

Hi,

Create a pop up screen by selecting the pop up radio button in the screen attributes.

In the PAI of the screen having the execute button,

call screen <popup screen no > starting at 10 10.

Read only

0 Likes
745

Thx. U solve my problem... Now i gt the second screen.

There a close button on the top right. However. i click on it the second screen cant close. Any code to it that enable me to close the screen when i press on it without having to add another new button for this purpose.

Read only

Former Member
0 Likes
745

hi,

create a sub screen area.there is a option in left in layout using that u can create subscreen area.

create a screen with some screen no .there we need to specify in attribute as sub screen

use okcode when execute call subscreen (screen no which u have created) -


check using f1

Read only

Former Member
0 Likes
745

Hi,

use the function module in pai where u write the execute button.

Popup_dispaly_text