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

Modeless Dialog

Former Member
0 Likes
857

Hello All,

We have a classic report which displays certain output( Say screen 1). On double clicking a row on screen 1, a pop up should open with additional details. This we are able to achieve.

But the problem is, when the pop up is open we should be able to navigate to screen 1 and click other buttons also. This is right now not possible.

Only when pop up is closed i am able to go back to the original output and act.

Please provide inputs how to achieve this.

(To be more specific, We need functionality like F1 window, when help window is open, we can still navigate to the main screen).

Thanks

Meenakshi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
778

Hi

strange goal....

U should open the popup in a new task, so in a new mode, but I don't believe it's possible with statament CALL SCREEN (used to call the popup). U can try to insert the calling of popup in a function module and call it with option AT NEW TASK

Max

Hello All,

We have a classic report which displays certain output( Say screen 1). On double clicking a row on screen 1, a pop up should open with additional details. This we are able to achieve.

But the problem is, when the pop up is open we should be able to navigate to screen 1 and click other buttons also. This is right now not possible.

Only when pop up is closed i am able to go back to the original output and act.

Please provide inputs how to achieve this.

(To be more specific, We need functionality like F1 window, when help window is open, we can still navigate to the main screen).

Thanks

Meenakshi

4 REPLIES 4
Read only

Former Member
0 Likes
779

Hi

strange goal....

U should open the popup in a new task, so in a new mode, but I don't believe it's possible with statament CALL SCREEN (used to call the popup). U can try to insert the calling of popup in a function module and call it with option AT NEW TASK

Max

Read only

Former Member
0 Likes
778

blank...........sorry

Read only

Former Member
0 Likes
778

blank...........sorry

Read only

Former Member
0 Likes
778

If you use standard pop up , this is not possible.

Just an idea : create you custom screen and now call this screen in next session.

I am not sure on fessibility , please do some research.