2008 Nov 18 7:34 AM
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.
2008 Nov 18 7:46 AM
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
2008 Nov 18 7:46 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |