Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> can anybody help me in a reports-java problem?

can anybody help me in a reports-java problem?

From: motero azul <tomas.segura_at_oepm.es>
Date: Tue, 22 May 2001 17:24:16 +0200
Message-ID: <3B0A84A0.40194EFB@oepm.es>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US