[jasperreports-questions] Scriptlet problem in iReport

2008-09-09 Thread Adriano dos Santos Fernandes
Hi!

I created a simple scriptlet class, set it on the report and put it in 
iReport (v3.0.0) classpath.

When I compile or execute the report, it shows a problem but the report 
executes (and correctly run the scriptlet).

The problem is:
- Description: java.lang.ClassNotFoundException: 
- Object: /jasperReport

When I execute the report in my application, it also executes without error.

What may be the problem?

Thanks,


Adriano


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Hide a field based on the next row

2006-04-28 Thread Adriano dos Santos Fernandes

Lucian Chirita wrote:

Hi

If I understand your requirement correctly, you need something similar 
to this (you could create a group based on the date field):

http://sourceforge.net/forum/message.php?msg_id=3540986

If so, take a look at the provided solution and see whether it suits 
your needs.

I've done some tests and that is just what I want. :-)

Thanks,


Adriano



---
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=lnk&kid=120709&bid=263057&dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Hide a field based on the next row

2006-04-21 Thread Adriano dos Santos Fernandes

Hi!

This is a similar problem of the other I post, but I need to show/hide a 
field based on the value of the next record.


If the date field of the next record is equal to date of current record, 
I want to hide the remainder field.
If the date field of the next record is different or if there isn't a 
next record, I want to show it.


I'm solving that with a custom JRDataSource.

Is there a way to do that directly?


Adriano



---
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=lnk&kid=120709&bid=263057&dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Hide a field based on the previous row

2006-04-21 Thread Adriano dos Santos Fernandes

Adriano dos Santos Fernandes wrote:

Andy Dines wrote:
On the Common tab of the Date field's properties, untick the "Print 
repeated

values" option.
  

That works but have one big problem.
My Date field is inside the detail, but the report have one group.

When the first date of a group is equal to the last date of the 
previous group, the date not printed.


Is there a way to solve that problem?

Ops... I just solved that using "Print when group changes". :-)


Adriano



---
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=lnk&kid=120709&bid=263057&dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Hide a field based on the previous row

2006-04-21 Thread Adriano dos Santos Fernandes

Andy Dines wrote:

On the Common tab of the Date field's properties, untick the "Print repeated
values" option.
  

That works but have one big problem.
My Date field is inside the detail, but the report have one group.

When the first date of a group is equal to the last date of the previous 
group, the date not printed.


Is there a way to solve that problem?


Adriano



---
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=lnk&kid=120709&bid=263057&dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Hide a field based on the previous row

2006-04-15 Thread Adriano dos Santos Fernandes

Hi All!

I want to generate a report which when a field of the detail row is 
equal to the previous line, I want to hide it.
E believe that could not be done with groups, as in the line I want the 
field is part of the detail.


It's something like that:
Date   Value
01-01-2006 10
01-01-2006 20
02-01-2006 10
03-01-2006 20

And I want:
Date   Value
01-01-2006 10
 20
02-01-2006 10
03-01-2006 20

I.e., I want to hide the second '01-01-2006' because it's equal to the 
previous line.


Is there any way to do that?


Thanks,

Adriano



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions