Need help with Zorder

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have 200 users of my vb6 program, on one of the forms when the user clicks
'OK' i hide the form for further use then close it. I have only 1 user that
from time to time (maybe twice a week) will get the error 'Must close or hide
topmost modal form first'. i understand what this error means but i can not
recreate it. The form open at the time is modal so it should be on top. I
even added Me.ZOrder (0), to set this form to zorder 0 before hiding it, but
to no avail. Now keep in mind, this user hides this form probably 300 times
a day, 5 days a week, so the frequency his is getting this error is rare, and
again, he is the ONLY one getting it,ever, so i think there is some
combination of something he is doing to create this but i have no idea... my
question is, is there someone to ask what form is zorder 0 when i get this
error, so i can start pin pointing what he is doing? thanks
.



Relevant Pages

  • Re: Need help with Zorder
    ... > topmost modal form first'. ... is there someone to ask what form is zorder 0 when i get this ... trapping so the app doesn't crash. ...
    (microsoft.public.vb.enterprise)
  • Re: Sending text from a Text box to a sheet
    ... But now I'm having trouble hiding the form. ... Must close or hide topmost modal form first ... Any Suggestion? ...
    (microsoft.public.excel.programming)