S
Sergio
what i need is to call a form2 from a form1, and i need to close the form1
before the form2 is open, right now i'm doing this:
me.close()
dim objForm2 as new frmForm2
objForm2.showdialog()
but it doen't work, it shows the form2 and don't closes the form1 until
the form2 is closed.
before the form2 is open, right now i'm doing this:
me.close()
dim objForm2 as new frmForm2
objForm2.showdialog()
but it doen't work, it shows the form2 and don't closes the form1 until
the form2 is closed.