form not closing

ldjpr

Member
Joined
Jan 11, 2009
Messages
7
Programming Experience
3-5
I have an application that uses different forms in a sequence. When one form X asks to create and show another form Z the form X has a me.close statement right after.

For some reason there is a form that apparently is not closing. Although if I run by debugger it executes Me.Close. Is there a way for me to forcely close the form or know if the form closed or not?

Thanks

ldj
 
Back
Top