Hi every one,
in AX2009, is there any chance to keep the dialog for a long time after the report is rendered.( it means this saves the end-user time by not having the click a report link again)
Hi every one,
in AX2009, is there any chance to keep the dialog for a long time after the report is rendered.( it means this saves the end-user time by not having the click a report link again)
You can’t do it with a usual dialog, because the report runs only after the users confirmed the dialog. You can either open the dialog again or use a standalone form instead of a dialog.
Hi Martin,
Thanks for your reply, but what i am asking was after the execution of whole report is there any chance to keep the dialog alive or can we we run the report.
I already answered it. You can’t keep the report dialog open after executing a report, because the report runs only after confirming the dialog. You would have to use another solution, such as the one I suggested.
now i understand Martin, Thanks For your help.