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

Reg:Model Dialog Box in Module Pool Progamming

Former Member
0 Likes
390

Hi All,

I designed screen as a Model dialog box.But it does not displayed as a dialog box, when i call that screen, but when i mention starting at and ending at parameters it will displayed as dialog box, I want cancle button on dialog box, how can i display the screen as dialogbox without mention that parameters,

and cancle button on dialog box.

Please help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
366

Dialog screens need to be called using STARTING AT, ENDING AT extensions with CALL SCREEN statement. Without this, it would be called as normal screen.

To add cancel button, make a GUI status of the dialog screen using SET PF-STATUS statement in its PBO.

Difference between GUI Status of normal and dialog screen is that, for dialog screen, GUI status appears at bottom of screen

Hi All,

I designed screen as a Model dialog box.But it does not displayed as a dialog box, when i call that screen, but when i mention starting at and ending at parameters it will displayed as dialog box, I want cancle button on dialog box, how can i display the screen as dialogbox without mention that parameters,

and cancle button on dialog box.

Please help me.

1 REPLY 1
Read only

Former Member
0 Likes
367

Dialog screens need to be called using STARTING AT, ENDING AT extensions with CALL SCREEN statement. Without this, it would be called as normal screen.

To add cancel button, make a GUI status of the dialog screen using SET PF-STATUS statement in its PBO.

Difference between GUI Status of normal and dialog screen is that, for dialog screen, GUI status appears at bottom of screen