S
Stephen Plotnick
I'm very new to VB.NET, or any VB.
I need to have form1 call form2 which calls form3, etc.
I am able to use oledb in form1 to get the data.
I build all the data for form2 and form3 from form1
I can call form2 from form1 without any probles, all the data is there. I
can change to call to form2 to form3 and all the data is there and I can see
the form with success.
I cannot get form2 to call form3.
I did set up a public class for my forms and was able to get all the data
transferred over and use the formclass.form3.show() to avoid the green error
indicator but when I execute that step nothing happens. I put a form2.hide()
in there and I do go back to form1. As expected.
Thanks,
Steve
I need to have form1 call form2 which calls form3, etc.
I am able to use oledb in form1 to get the data.
I build all the data for form2 and form3 from form1
I can call form2 from form1 without any probles, all the data is there. I
can change to call to form2 to form3 and all the data is there and I can see
the form with success.
I cannot get form2 to call form3.
I did set up a public class for my forms and was able to get all the data
transferred over and use the formclass.form3.show() to avoid the green error
indicator but when I execute that step nothing happens. I put a form2.hide()
in there and I do go back to form1. As expected.
Thanks,
Steve