Skip to Content
0
Former Member
Aug 08, 2016 at 06:58 AM

How to disable the “Confirmation” dialog when generating reports using script in PowerDesigner

258 Views

I have a script to generate report which is invoked from the command line: "C:\Program Files\SAP\PowerDesigner 16\PdShell16.exe" -X pd-gen-reports.vbs

The report.GenerateHtml function shows a dialog with prompt "Do you want to open it with the default application now" after successfully generating the HTML report and I have to manually click the "No" button.

Is there a way to disable this dialog so the script can be executed in automated build process without human interactions?