Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> can anybody help me in a reports-java problem?
Hey, i have a problem with a report that i call it in a java program. if i call it without parameters it works ok but i need to call the report with one parameter. can anyboby write me an example? i´ve read the help of reports and don´t work.
this works ok
D:/orant/BIN/rwrun60.exe d:/java/src/print/PrintHelloWorld.rdf
UserName/Password_at_HostString
this three lines don´t work ok
D:/orant/BIN/rwrun60.exe myParameter=123
d:/java/src/print/PrintHelloWorld.rdf UserName/Password_at_HostString
D:/orant/BIN/rwrun60.exe d:/java/src/print/PrintHelloWorld.rdf myParameter=123 UserName/Password_at_HostString
D:/orant/BIN/rwrun60.exe d:/java/src/print/PrintHelloWorld.rdf UserName/Password_at_HostString myParameter=123
Please help me
Thanks in advanced. Received on Tue May 22 2001 - 10:24:16 CDT
![]() |
![]() |