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

confirmation dialog..

Former Member
0 Likes
382

Hi,

i havd a dialog screen with a pf status. when user clicks that button, i need to show a confirmation dialog with yes or no button, if he selects yes, then i need to go to another screen, if no then i need the control to stay in the same screen.

1. how to create such a confirmation dialog ?? is there any default available ??

2. how to make the control stay in the same screen ?/

thks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
352

> 1. how to create such a confirmation dialog ?? is there any default available ??

yes it is there, use the function POPUP_TO_CONFIRM

> 2. how to make the control stay in the same screen ?

It will stay, check it , Use the above function.

check where used list of the function , and you will know how to call that function.

Hi,

i havd a dialog screen with a pf status. when user clicks that button, i need to show a confirmation dialog with yes or no button, if he selects yes, then i need to go to another screen, if no then i need the control to stay in the same screen.

1. how to create such a confirmation dialog ?? is there any default available ??

2. how to make the control stay in the same screen ?/

thks

1 REPLY 1
Read only

Former Member
0 Likes
353

> 1. how to create such a confirmation dialog ?? is there any default available ??

yes it is there, use the function POPUP_TO_CONFIRM

> 2. how to make the control stay in the same screen ?

It will stay, check it , Use the above function.

check where used list of the function , and you will know how to call that function.