Call report from form [message #198697] |
Wed, 18 October 2006 05:00 |
renafi
Messages: 42 Registered: October 2006
|
Member |
|
|
I've been searching here, but only found stuff about downloading a library. Is that really necessary?
|
|
|
Re: Call report from form [message #198704 is a reply to message #198697] |
Wed, 18 October 2006 05:21 |
shahidmughal
Messages: 91 Registered: January 2006 Location: Faisalabad Pakistan
|
Member |
|
|
hi
use the following syntax
---
run_product(reports,'reportpath and name.rep',synchronous,filesystem,runtime,'');
example
run_product(reports,'c:\emp.rep',synchronous,runtime,filesystem,'');
put this command in when button pressed trigger or any where you want
regards
Muhammad Shahid Mughal
|
|
|
Re: Call report from form [message #198712 is a reply to message #198704] |
Wed, 18 October 2006 05:40 |
renafi
Messages: 42 Registered: October 2006
|
Member |
|
|
Thanks. But now i have another problem
When i run the form, it gives me an error saying: "the HTTP listener is not running on port 80. Please start the listener or check your runtime preferences".
Again, i looked here, and the solution (apparently) is to start the OC4J service. I started it, and nothing.... I opened the runtime preferences, but i think there is nothing really important that could be doing this error.
|
|
|