Check Children in MDIParent
-
Dear all, Can you give me code that can find form in MDIParent?
Socheat
-
Dear all, Can you give me code that can find form in MDIParent?
Socheat
Your question is not clear. Do you want to find a form that is child of a MDI form?
Best wishes, Navaneeth
-
Dear all, Can you give me code that can find form in MDIParent?
Socheat
-
Your question is not clear. Do you want to find a form that is child of a MDI form?
Best wishes, Navaneeth
Dear, I want to find form child, if it not yet open, it will open
Socheat
-
Dear, I want to find form child, if it not yet open, it will open
Socheat
MdiChildren[^] should help.
Best wishes, Navaneeth
-
MDIChildren property of the parent form would give an array of child forms. Is this what you are looking for?
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
Thank, I got it
Socheat