Hello,
So here is my situation I did some customization to run few existing reports that prints from different locations in AX from one centralized place with just one click of a menuitem button, that part is working fine but run into a problem that when I go back to one of the original reports and try to generate the report it either goes directly to the printer or in some instance goes directly to screen without showing the parameter dialog that I used to get before customization. I know I suppressed the dialog in the customization I did but why is it affecting the orginal report execution? even though in controller class object I set parmShowDialog(true) it never show the dialog. One more thing when I use parmLoadFromSysLastValue(false) then I did get the parameter dialog to display but doing this has a side affect that AX does not remember the last print setting for example if I select printer as print destination next time I generate the report it defaults back the print destination to Screen.
What I am doing wrong here any thoughts?