Hi,
I am having a problem with a requirement, in the requirement I am working I need to display two report dialogs at the same time..
No I have this:
menuFunction = new MenuFunction("ProdPicklistShowDialog", MenuItemType::Output);
menuFunction.run(args);
menuFunctionPhantom = new MenuFunction("ProdPicklistPhantomShowDialog", MenuItemType::Output);
menuFunctionPhantom.run(phtmARgs);
But this triggers the first dialog report, then after I run or cancel the first dialog report appears the second one, I need to displays both dialogs at the same time.
Any idea how to achieve this ?
*This post is locked for comments
I have the same question (0)