abdullauthan
Programmer
I made an Alert window of my own and the problem is, If I open the Alert form from a function, the remaining code after the form.show method is execute before closing the form. This way I cannot return the result from the function or from the form to the calling procedure. Is there any way around to sort out this problem?