Hi, I have this code executed from a Parent Form:
argsv.record(WMSOrderTrans);
formRun = new menufunction(menuitemdisplaystr(ChildForm),menuitemtype::Display).create(argsv);
formRun.init();
formRun.run();
formRun.wait(true);
if (formRun.closedOk())
{
new menufunction(menuitemdisplaystr(ChildForm2),menuitemtype::Display).run(args);
}
This used to work all right for me in AX 4. However in 2012 R3, after the formRun.wait(true), I can play around with my parent form. I need to lock my parent form.
Any ideas??
*This post is locked for comments
I have the same question (0)