Hi All,
How to write an event on the buttons of message box alert in designer?
xfa.host.messageBox("Enter Number","Validation",1,2);
This will prompt an alert.
"Enter Number" will be the comment.
"Validation" will be the title bar.
"1" means we are using warning as an alert
"2" means we are going to have 2 (Yes/No) buttons in alert box.
Please someone help me out to write an event on the (Yes/No) buttons.
If someone click on the yes then it should have done some actiity and No then other set of activity.
Regards
Abhishek