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

Modal Dialog Box

anuj_kumar3
Participant
0 Likes
488

I am creating a modal dialog box for a error message with to buttons "yes" and "no".

when i am clicking in "yes" button is has to go to the required screen no and the modal dialog box should be close. But it open the required screen no. in the same dialog box without closing it.

So how we can make it done.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
432

Hi,

Try this.

Try creating a screen with the coordinates and place two pushbuttons 'Yes' & 'No' and write the required code in the PAI event.

call screen starting <x> <y> ending at <x> <y>

x--> x coordinate of the screen.

y--> y coordinate of the screen.

Hope this may be helpful.

Regards,

Sharin.

I am creating a modal dialog box for a error message with to buttons "yes" and "no".

when i am clicking in "yes" button is has to go to the required screen no and the modal dialog box should be close. But it open the required screen no. in the same dialog box without closing it.

So how we can make it done.

1 REPLY 1
Read only

Former Member
0 Likes
433

Hi,

Try this.

Try creating a screen with the coordinates and place two pushbuttons 'Yes' & 'No' and write the required code in the PAI event.

call screen starting <x> <y> ending at <x> <y>

x--> x coordinate of the screen.

y--> y coordinate of the screen.

Hope this may be helpful.

Regards,

Sharin.