[jasperreports-questions] ireport & javabean set datasource

2006-02-23 Thread Geoffrey De Smet

Hi,

In iReport I 've added a javabean set datasource to a collection of 
javabeans and tested it. The test works.

I 've also set the active connection.
But when I try to "run report using the connection" the report contains 
only null values.

When I try the same jxrml with jasperreports directly, everything works.

Any ideas?

Thanks for any and all help.
--
With kind regards,
Geoffrey De Smet



---
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


[jasperreports-questions] Inheriting a font in subreports

2006-03-14 Thread Geoffrey De Smet

Is it possible to inherit a report font in a subreport?

For example my master reports defines:

isStrikeThrough="false" pdfFontName="Times-Roman" pdfEncoding="Cp1252" 
isPdfEmbedded="false"/>


and my subreport should be able to use the report font bodyNormal.


Thanks for any and all help.
--
With kind regards,
Geoffrey De Smet



---
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


[jasperreports-questions] Logical fonts (Dialog, DialogInput, Serif, SansSerif, Monospaced) don't work if different from size 10

2006-03-15 Thread Geoffrey De Smet

Java has 5 logical fonts, which have a very nice feature:
Any platform (Win/Linux/Mac/...) have a font mapped to them.

But when I use any of those 5 fonts (Dialog, DialogInput, Serif, 
SansSerif, Monospaced) they show up blank if the size is different from 10:


Does work:





Shows up blank:



Here is my full definition:

isBold="false" isItalic="false" isUnderline="false" 
isStrikeThrough="false" isPdfEmbedded="true" />




Using Jasperreports 1.2.0

Thanks for a great product btw.
--
With kind regards,
Geoffrey De Smet



---
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


[jasperreports-questions] Re: Logical fonts (Dialog, DialogInput, Serif, SansSerif, Monospaced) don't work if different from size 10

2006-03-16 Thread Geoffrey De Smet

Thank you

It worked :)

Teodor Danciu wrote:


Hi,

Try to use isStretchWithOverflow="true" or increase the height of your 
text elements when you change the font size.


I hope this helps.
Teodor


Geoffrey De Smet wrote:

Java has 5 logical fonts, which have a very nice feature:
Any platform (Win/Linux/Mac/...) have a font mapped to them.

But when I use any of those 5 fonts (Dialog, DialogInput, Serif, 
SansSerif, Monospaced) they show up blank if the size is different 
from 10:


Does work:





Shows up blank:



Here is my full definition:

isBold="false" isItalic="false" isUnderline="false" 
isStrikeThrough="false" isPdfEmbedded="true" />




Using Jasperreports 1.2.0

Thanks for a great product btw.




---
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


--
With kind regards,
Geoffrey De Smet



---
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


[jasperreports-questions] isSplitAllowed is false in a subreport causes my master report to come in between my subreport

2006-03-16 Thread Geoffrey De Smet

My master report has a detail band which contains
- some fields X (positionType="Float" stretchType="RelativeToTallestObject")
- the subreport Y (positionType="Float" 
stretchType="RelativeToTallestObject")

- some fields Z (positionType="Float" stretchType="RelativeToTallestObject")

My subreport Y has a detail band with isSplitAllowed="false"

The result is that my first page prints as:

Record1 X
Record1 Y Subrecord 1
Record1 Y Subrecord 2
Record1 Y Subrecord 3
Record1 Z (partially) <== should not happen
Record1 Y Subrecord 4
Record1 Y Subrecord 5
Record1 Z (remaining part) <= should be entirely Z
Record2 X
Record2 Y Subrecord 1
...

Thanks for any and all help.

--
With kind regards,
Geoffrey De Smet



---
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