the msgbox hides behind other forms . and doesnt show up in the front. can
anyone help?
BruceM - 29 Mar 2007 14:06 GMT
What is the code that is intended to cause the message box to appear, and in
what event is the code located?
> the msgbox hides behind other forms . and doesnt show up in the front. can
> anyone help?
Pat Hartman (MVP) - 29 Mar 2007 15:18 GMT
Sounds like the form from which you are calling the msgbox() is a dialog
form. That forces it to always stay on top and that is the problem you are
seeing. If you need to use msgboxes, you will need to change the properties
of the calling form to allow them to pop up.
> the msgbox hides behind other forms . and doesnt show up in the front. can
> anyone help?