Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Customized Alert Window

Status
Not open for further replies.

abdullauthan

Programmer
Apr 20, 2000
64
SA
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?
 
Yes.
Show the form modally:

MyAlertForm.show vbModal
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top