Startbeitrag von Davidam 27.10.2008 13:54
Hi,
Could anyone help me with printing reports on a web user printer. I tried many things and always my report is printing on my default printer (in windows). How to open window before printing?
Thanks
David
Could anyone help me with printing reports on a web user printer. I tried many things and always my report is printing on my default printer (in windows). How to open window before printing?
Thanks
David
There are two methods of print via web.
1) HTML
2) PDF
Both methods require you to set the iDestination to which is chosen. If html is chosen, they can select the print from the file menu.
PDF requires a little more effort. You'll need to save the pdf to a temporary file on the server and then download the pdf to the end users machine using FileDisplay(). You'll also want to setup a windows task schedule to clean the pdf files from the temp folder.
Cheers!
Ken
von KenKnight - am 28.10.2008 15:28