Re: [jasperreports-questions] Reference a parameter from another parameter

2006-07-14 Thread Lucian Chirita
You can use the default value expression of the parameter to do this:
parameter name=Parameter .../
parameter name=NewParameter isForPrompting=false
defaultValueExpression$P{Parameter}.convertToDate 
etc/defaultValueExpression
/parameter

HTH,
Lucian

David Meiser wrote:
 Is it possible to reference one parameter from another?

 I need to get the date prior to a user entered date and while, in 
 theory, I could do this with DB2, I get an error stating that the 
 parameter is incorrectly referenced.  I figure that it's because the 
 parameter is nested too deeply.

 I thought that an excellent way to work around this is to just say 
 something like $NewParameter = 
 ($Parameter.ConvertedToDateFromCustomFormat() - 1 
 day).ConvertedBackTodateFromCustomFormat().  However, I haven't seen 
 anything that does this and I haven't been successful at doing this.

 Thanks!
 Dave
 


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
   
 

 ___
 jasperreports-questions mailing list
 jasperreports-questions@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
   


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] How do i conect to Jasper from my external Reporting application throug program

2006-07-14 Thread eldo kk
hai all,
I am looking at setting up a JasperServer to handle all report requests for my application .I want to connect jasper server from my application ,to check report status, retrieve lists of available reports etc ,i need an external acces to jasper from my program . I hearedof WebServices but i am new to this area ,and iam not able to do due to lack of documents.


please help me regarding this,

Regards,
Eldo kk


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] using summary band

2006-07-14 Thread Gupta, Karan



Hi,

Jasper 1.2.4 on Win 
XP, Java 5, with iReports.

I am using jasper 
reports extensively in my web application.
However, I am 
stumped on this one problem.
I need to use groups 
in the summary band.
I have created the 
group and set the fields to repeat, but they don't.
How can I do 
that?

For every repeating 
group in the detail band, 
I need a new row to 
be added to the summary band.
How do I achieve 
this?

If you can direct me 
to some documentation that would be great.
If you need some 
more info, plz let me know.

Thanks,
KaranDisclaimer: This email may contain confidential and privileged material for the sole use of the intended recipient(s) and only for those purposes previously or herein authorized by the sender. Any review, use, distribution or disclosure by others, or use by the recipient for unauthorized purposes, is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] How do i conect to Jasper from myexternal Reporting application throug program

2006-07-14 Thread Gupta, Karan



Jasper is for generating reports.
The implementationis just a class which generates the 
report based on a compiled template file.
Of course you can abstract the class 
further.

I'm not sure what you want to do -- could you pelase 
elaborate?

- Karan



From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
eldo kkSent: Friday, July 14, 2006 2:10 AMTo: 
jasperreports-questions@lists.sourceforge.netSubject: 
[jasperreports-questions] How do i conect to Jasper from myexternal Reporting 
application throug program

hai all,
I am looking at setting up a JasperServer to handle all report requests 
for my application .I want to connect jasper server from my 
application ,to check report status, retrieve lists of available reports 
etc ,i need an external acces to jasper from my program . I hearedof 
WebServices but i am new to this area ,and iam not able to 
do due to lack of documents. 

please help me regarding this,

Regards,
Eldo kk
Disclaimer: This email may contain confidential and privileged material for the sole use of the intended recipient(s) and only for those purposes previously or herein authorized by the sender. Any review, use, distribution or disclosure by others, or use by the recipient for unauthorized purposes, is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] stopping an ongoing jasper report

2006-07-14 Thread Reza Razavipour



To 
all,

I am very new to 
Jasper Reports, so excuse my ignorance or misuse of terms. Simply put, I spawn a 
thread that starts a Jasper Report, if the user cancels the report, through the 
UI, I interrupt the thread but the process started on behalf of the Jasper 
report still leaves on and the query in effect continues on the database 
machine.

How do I overcome 
this? Is there a way to stop a report that has already started? Any other 
technique? What I basically want to do is to kill the running, in this case, the 
postgres process, running my jasper report.

Thanks in 
advance
Reza

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions