J
John
Hi
I have posted this question several times but have received no reply. I have
a main form which contains a panel which in turn contains a child form, like
this; MainForm->MyPanel->ChildForm. The question is; how can I, from the
child form, get a reference to the main form? If I try to do dim frm as new
mainform then I get reference to a second instance of the mainform which is
not the same as the original instance of the mainform.
Isn't there a way to from child form do; childform.parent.parent or
something similar? Anyone has any ideas?
Thanks
Regards
I have posted this question several times but have received no reply. I have
a main form which contains a panel which in turn contains a child form, like
this; MainForm->MyPanel->ChildForm. The question is; how can I, from the
child form, get a reference to the main form? If I try to do dim frm as new
mainform then I get reference to a second instance of the mainform which is
not the same as the original instance of the mainform.
Isn't there a way to from child form do; childform.parent.parent or
something similar? Anyone has any ideas?
Thanks
Regards