I have a simple application I am getting to grips with to determine what I can do with MDIForms.
I have the parent form (parentForm) and two child forms in this (call them childForm1 and childForm2).
I can pass information from parentForm to both childForm1 + childForm2 and similarly I can pass information from childForm1 + childForm2 up to parentForm.
Is there a direct way of passing information from childForm1 to childForm2 and vice versa ?
Thanks for any suggestions in advance.
Steve
I have the parent form (parentForm) and two child forms in this (call them childForm1 and childForm2).
I can pass information from parentForm to both childForm1 + childForm2 and similarly I can pass information from childForm1 + childForm2 up to parentForm.
Is there a direct way of passing information from childForm1 to childForm2 and vice versa ?
Thanks for any suggestions in advance.
Steve