I use e.Continue(false) in the BeforePrint event to bypass the print dialog.
It does not print if the printing comes from a script (window.print) - I use
http://www.w3schools.com/jsref/met_win_print.aspIf I use e.Continue(true) instead then it displays the dialog and prints fine.
Is it possible to print from script without the dialog?
Thank you.