If executed from the menu I want to see the Dialog box (parameter and printer settings);if executed from a form, I want to hide the parameters or the dialog box at all (in some cases)In the controller class I found parmShowDialog() to suppress the dialog;and getCachedUIBuilderForDataContractInfo() to suppress parts of the dialog.Maybe I can create 2 menu items and set the "parm" property in order to control it,but: there should be a smarter solution, I think ;-)