Problem in printing pdf report [message #551951] |
Sun, 22 April 2012 17:30 |
eng_amrelhanafy
Messages: 5 Registered: October 2010 Location: Egypt
|
Junior Member |
|
|
When I call pdf report , then I press the print button in the pdf toolbar , or choose file --> print from the explorer menue , the printer does not print .
But If I saved this pdf file , then print it , It prints normally .
The code I use to call report is
web.show_document('//localhost:8889/reports/rwservlet?server=rserver&report=rep1.rdf&destype=cache&desformat=pdf&userid=scott/tiger@orcl');
Could anybody help ?
|
|
|
|
Re: Problem in printing pdf report [message #552867 is a reply to message #551965] |
Sun, 29 April 2012 15:27 |
doooos
Messages: 3 Registered: April 2012 Location: dubai
|
Junior Member |
|
|
try this
web.show_document ('hxxp://127.0.0.1:8889/reports/rwservlet?
report=C:\Documents and Settings\pc-name\Desktop\reppdf.rdf&destype=cache&desformat=pdf&userid=hr/sys@orcl');
replace hxxp to http
|
|
|