Topic: crystal report running from java application Posted: 11 May 2009 at 10:04pm
Hi,
I am working on crystal reports x1. I created one rpt file which will take one parameter to filter the output from database.
from one jsp page I am passing the value to that report parameter.
I am setting the parameter to the report like below.
Fields oFields = new Fields();
ParameterField portfolio = new ParameterField();
portfolio.setName("ScreenName");
Values oValues = new Values();
ParameterFieldDiscreteValue
oParameterFieldDiscreteValue = new ParameterFieldDiscreteValue();
it is working fine , but here is one problem, that i was setting the
report parameter but report engine not taking that value, it itself
producing one output jsp page which will accept the report parameter ,
after that it is generating the report. Here I dont want that page
produced by the reporting engine. please help me how to avoid
that page.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum