Hi Folks,
Please suggest how to do i ensure via X++ that a report prints via the system default printer only.
I know that when we print attachment , the attachment goes through docref classes & it calls Winapi to print the attachment through system default printer. How can i ensure that my srsprintdesitination settings use the same command & prints via system default printer.
Docuref class i was refering to is Docuactionfile and method is print
the code line below calls the shell which basically calls the system default printer.
filename = this.command(#ShellExePrint, docuRef);
Thanks
Mav.