Ronak Posted December 20, 2012 Posted December 20, 2012 Hi, when MainformdisplayMode is mfPage and some other form's FormStyle is fsMDIChild, I get Ajex Error e.floatParent.getTargetEl(...) is undefined when MainformdisplayMode is mfPage and some other form's FormStyle is fsNormal or fsStayOnTop No error Does this mean not to use fsMDIChild form? or some other setting is missed? Regards Quote
Skepsis IT Posted June 30, 2013 Posted June 30, 2013 I am facing this also. Have you find a solution on your own because nobody answered. Thanks for your time Quote
Ronak Posted July 1, 2013 Author Posted July 1, 2013 Change/Keep FormStyle to fsNormal or fsStayOnTop I do not set FormStyle to fsMDIChild Quote
TimKieu Posted March 26, 2022 Posted March 26, 2022 Correct solution! Thanks. I love the Synology NAS DSM. Not sure which web framework they use to build. But UniGUi can do similar. Quote
Mauricio Rodriguez_JJ Posted May 23 Posted May 23 leave the parent form as fsMDIForm and the child forms fsNormal and call the child forms as follows child.Parent:= MainForm; child.show(); and it will work the same as fsMDIChild but it will not give an error. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.