C
C. L. Aitken
I have an application with a form into which data is
entered and is then closed. When closed, certain fields
are checked to make sure required data has been entered.
If a field is missing, a message box tells the user that
an entry must be made in that field. If two required
fields are empty, a second message box opens when "OK" is
clicked on the first message box.
On some desktops, the second message box opens behind the
form, which makes the system appear to have locked up
(Nothing will happen untio the user clicks "OK", but the
user doesn't see the message box so, to him, it appears
that the application is locked. If he moves the form, he
will see the message box and be able to continue.)
Does anyone have any ideas about what could cause this? (I
cannot see the form in design mode or the code behind it.)
entered and is then closed. When closed, certain fields
are checked to make sure required data has been entered.
If a field is missing, a message box tells the user that
an entry must be made in that field. If two required
fields are empty, a second message box opens when "OK" is
clicked on the first message box.
On some desktops, the second message box opens behind the
form, which makes the system appear to have locked up
(Nothing will happen untio the user clicks "OK", but the
user doesn't see the message box so, to him, it appears
that the application is locked. If he moves the form, he
will see the message box and be able to continue.)
Does anyone have any ideas about what could cause this? (I
cannot see the form in design mode or the code behind it.)