K
Kate
I have a project with 2 forms within it.
From the form1 I need to take data into form2;
In form2 further data added & calculations done.
I then need to return to form1 again with form2 data, whilst still retaining
the original data (form1).
The problem I have is opening form1 from form2, how do you do it?? I
declared an instance of form1 as
formName as New form1()
at the top of form2, but of course this only create a new instance of form1
I have set form1 IsMDIContainer to true and added a new form to it (form2)
with same property set to false, but don't know how to reference form1, how
do I declare from1??
Sorry if this sounds complicated, I just need to share data between 2 forms
and open and close 'only one' instance of each form.
TIA
Kate
From the form1 I need to take data into form2;
In form2 further data added & calculations done.
I then need to return to form1 again with form2 data, whilst still retaining
the original data (form1).
The problem I have is opening form1 from form2, how do you do it?? I
declared an instance of form1 as
formName as New form1()
at the top of form2, but of course this only create a new instance of form1
I have set form1 IsMDIContainer to true and added a new form to it (form2)
with same property set to false, but don't know how to reference form1, how
do I declare from1??
Sorry if this sounds complicated, I just need to share data between 2 forms
and open and close 'only one' instance of each form.
TIA
Kate