2009 Apr 17 10:14 AM
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.
2009 Apr 17 10:20 AM
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.
2009 Apr 17 10:20 AM
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.