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 up Screen

Former Member
0 Likes
702

Hi all

Im trying to display a selection screen 1100 as a pop up display, with the starting coordinates being (5,5) and the ending coordinates being (50,10), any help?

Thanks in advance

Adam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
667

HI,

From any program in which selection screens are defined, you can call these screens at any point of the program flow using the following statement:


CALL SELECTION-SCREEN numb [STARTING AT x1 y1]
                           [ENDING   AT x2 y2].

Look at the DEMO Program <b>demo_call_selection_screen.</b>

Regards

Sudheer

Hi all

Im trying to display a selection screen 1100 as a pop up display, with the starting coordinates being (5,5) and the ending coordinates being (50,10), any help?

Thanks in advance

Adam

4 REPLIES 4
Read only

Former Member
0 Likes
667

use this syntax.

call selection-screen 1100 starting at 5 5 ending at 50 10.

Read only

Former Member
0 Likes
668

HI,

From any program in which selection screens are defined, you can call these screens at any point of the program flow using the following statement:


CALL SELECTION-SCREEN numb [STARTING AT x1 y1]
                           [ENDING   AT x2 y2].

Look at the DEMO Program <b>demo_call_selection_screen.</b>

Regards

Sudheer

Read only

Former Member
0 Likes
667

Hi Adam,

call selection-screen 1100 starting at 5 5 ending at 50 10.

and in screen attributes...

Screen type select as Modal Dialog Box Radio Button

Regards

SAB

Read only

Former Member
0 Likes
667

Thanks guys

Points rewarded

Message was edited by:

Adam