D
Daniel Sélen Secches
I have a connection on form1 of my project.
who can i use it from another form displayed as showdialog?
i've just tried do that...
formMain has the connection named as conn
from form2
Private Sub form2_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
formMain.conn.open()
....
end sub
but i've got a error.
thanks for any help.
who can i use it from another form displayed as showdialog?
i've just tried do that...
formMain has the connection named as conn
from form2
Private Sub form2_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
formMain.conn.open()
....
end sub
but i've got a error.
thanks for any help.