Can anyone help me with the following problem?
I want to set MdiParent to something else than Me.
I’m opening a new window from one of the children and I don’t want Me (the child) to be the parent but the child’s parent.
I have tried to create a new object on the parent form and assign it as MdiParent but then it won’t show.
I would be grateful if anyone could help me.