M
Marina Neyman
my problem is i have 3 form
mdi form: mdiParent
child form 1: frmProjects
child form 2: frmProjec
when my project start, it load a mdiParent form.
from the mdiParent's menus, i open the frmProjects (mdiParent's child form).
The problem is when i click a OK button on frmProjects, i failed to open the
frmProject which supposed to be a mdiParent's child form (frmProject opened
as an independent form which is not a mdiParent's child form).
How to call a mdi child form from another mdi child form?
mdi form: mdiParent
child form 1: frmProjects
child form 2: frmProjec
when my project start, it load a mdiParent form.
from the mdiParent's menus, i open the frmProjects (mdiParent's child form).
The problem is when i click a OK button on frmProjects, i failed to open the
frmProject which supposed to be a mdiParent's child form (frmProject opened
as an independent form which is not a mdiParent's child form).
How to call a mdi child form from another mdi child form?