B
Bernie Yaeger
This s/b easy, and I'm sure it is, but I haven't been able to figure it out:
I want to pass the value of a textbox from form1 to form2 - both are child
forms of the mdi parent 'baseform'. form1 opens form2 with
Dim newmdichild As New reportprinter_viewerparam
newmdichild.Text = "Invoice Print"
newmdichild.ShowDialog(Me)
But I can't seem to figure out how to reference textbox1. from form1. I do
not want to use a global variable, as I know how to do that but I'm trying
to avoid extensive development of globals.
Thanks for any help.
Bernie Yaeger
I want to pass the value of a textbox from form1 to form2 - both are child
forms of the mdi parent 'baseform'. form1 opens form2 with
Dim newmdichild As New reportprinter_viewerparam
newmdichild.Text = "Invoice Print"
newmdichild.ShowDialog(Me)
But I can't seem to figure out how to reference textbox1. from form1. I do
not want to use a global variable, as I know how to do that but I'm trying
to avoid extensive development of globals.
Thanks for any help.
Bernie Yaeger