Hello,
I don't know how to do this but I anticipate this to be easy...
I have form1 and form2
and I want to open form2 and close form 1 without closing form2...
I've tried:
form2.show()
from Form1...
but it would open form2
but close form1
Thank You!
Keehun Nam

form1.show() problem
Ravindra K Agrawal
Albert Valls Rovira
you can try this code
add a new form at first
code:
dim myform2 as new form2
myform2.show()
finalize ' if wanna close form1