Re: [jasperreports-questions] A.2. Installing Appendix A. JasperReports Samples - LIB_JASPERREPORT

2006-04-19 Thread Andy Dines

I don't use Ubuntu/Eclipse, but I do use Websphere/Rational which is based on
Eclipse.

A ClassPath variable (which, I think, is what you're referring to) is
created under Windows/Preferences/Java/Build Path/ClassPath variables (at
least, that's the location in Rational).  Click the Add button and enter in
LIB_JASPERREPORTS and find the file or location you want using the File or
Folder buttons then click OK to add it and click OK to close preferences.

You can now use LIB_JASPERREPORTS in your project.

If you need to use this in another workspace, you should export your
preferences and import them into the new workspace - the buttons to do this
are on the preferences dialog.

Regards

Andy
--
View this message in context: 
http://www.nabble.com/A.2.-Installing-Appendix-A.-JasperReports-Samples---LIB_JASPERREPORTS-variable-t1471815.html#a3982012
Sent from the jasperreports-questions forum at Nabble.com.



---
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] PDF /XL export

2006-04-19 Thread boopathi
Hi

I am having 20 columns report. when I export to the
PDF only 10 columns are visible in PDF file. 

Gridelines are not visble.. How this can be enabled?

Is it possible to enable Horizondal scroll bar or Can
we change the font size?

Also In excel export, How to enable gridelines in the
cell?

Advanced thanks

Looking forward your feedback.

Thanks

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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


Re: [jasperreports-questions] Re: with out memory filling big reports

2006-04-19 Thread Lucian Chirita

a a wrote:

hello i have solved my problem i don't know, but have
changed the version of jasper to 1.2 and run perfect,
but i have ohter problem o no problem question, when i
call the method 


JasperFillManager.fillReportToFile(
jasperReport,
tmpFileLlenar.getPath(),
parameters, 
ds

);

this use a memory? when i call this with a small
reports no problem but when i call with a big reports
i have a java.lang.outOfMemory, i thought that this no
have diference between small report and big reports
how the fill is into a file not into a object in
memory.

  
fillReportToFile is nothing more than a shortcut method for filling a 
report in memory and then saving it into a file.


Currently the fill process is not streamable, it always fills the whole 
report in memory (but when you use a virtualizer, part of that memory 
gets virtualized).  This is because in the general case streaming is not 
possible (e.g. if you have "page x of y" on each page, even the first 
page is finished only after all the report has been generated).


Therefore, if you have large reports to fill and not enough VM memory, 
you should use a virtualizer.



some one know why?
thanks
alvaro tovar

  

Regards,
Lucian Chirita

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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



---
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] Novice - Help. (nearly) My first Jasper Report !!!

2006-04-19 Thread Damian C
Hello,
I'm constructing my first Jasper Report, and all is going quite well
except I don't quite understand something.

I have used iReports and successfully "parsed" and "compiled" our design.
I have created a "JRDataSource" object that is ready to supply the data.
I've got a "map" full of parameters ready to go.
Now I want to use something like
JasperPrint jp = JasperFillManager.fillReport(jasperReport,
parameters, dataSource);

The point I don't understand is how do I get the "jasperReport"

After compilation withiReports I have various files such as
"BasicRFQ.jasper" and various versions of 
"BasicRFQ_11453453453_234234.java".  Do I put one of these in a
folder, and pick it up as a File and pass it as the jasperReport??? 
If possible, I want to place the "jasperReport" in a specific run time
directory with other "data" files, and NOT inside the application's
jar.

It does not quite sound right.  I'm sure I'm missing something simple.
I've been scratching around all the samples but I have not discovered
anything.
I would appreciate any guidance.

Thanks,
-Damian


---
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&kid0944&bid$1720&dat1642
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


Re: [jasperreports-questions] Cross tab sample required

2006-04-19 Thread Lucian Chirita

A sample is available on the JR site:
http://jasperreports.sourceforge.net/samples/index.html

A couple more samples are available in the full JR distribution (get 
jasperreports-x.y.z-project.zip from SF or check the CVS) under 
demo/samples/crosstab.



Regards,
Lucian


Vidhya C, ASDC Chennai wrote:

Dear Friends,
 
Can anyone help me with a  cross tab example.I want to use dynamic 
growing rows and columns but i dont know how to go along with 
crosstabs,the example given isnt working fine for me.please do sent me 
a sample.Thanks in advance.


/Regards,
Vidhya.C/







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


RE: [jasperreports-questions] PDF /XL export

2006-04-19 Thread marc . eilens
Hello,

concerning your problem with the Excel gridlines, try to change the export
parameters like this:

...
JRXlsExporter exporter = new JRXlsExporter();
exporter.setParameter(JRXlsExporterParameter.IS_WHITE_BACKGROUND,
Boolean.FALSE);
...

The class JRXlsExporterParameter is worth taking a look at - there are some
other interesting properties you can set for the exporter.

Sorry that I can't help you with the PDF problem.

HTH,
Marc
_
Diese Information ist ausschliesslich fuer den Adressaten bestimmt und kann

vertraulich oder gesetzlich geschuetzte Informationen enthalten. Wenn Sie
nicht der bestimmungsgemaesse Adressat sind, unterrichten Sie bitte den
Absender und vernichten Sie diese Mail. Anderen als dem
bestimmungsgemaessen Adressaten ist es untersagt, diese E-Mail zu lesen, zu

speichern, weiterzuleiten oder ihren Inhalt auf welche Weise auch immer
zu verwenden. Wir verwenden aktuelle Virenschutzprogramme. Fuer Schaeden,
die dem Empfaenger gleichwohl durch von uns zugesandte mit Viren befallene
E-Mails entstehen, schliessen wir jede Haftung aus.

The information contained in this email is intended only for its addressee
and may contain confidential and/or privileged information. If the reader
of this email is not the intended recipient, you are hereby notified that
reading, saving, distribution or use of the content of this email in any
way is prohibited. If you have received this email in error, please notify
the sender and delete the email. We use updated antivirus protection
software.
We do not accept any responsibility for damages caused anyhow by viruses
transmitted via email.



---
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] Page break between subreports ?

2006-04-19 Thread Farid SALAH


Hi everybody,

Sorry for the repost but we are still facing the same problem.
I have a report made of 4 subreports.
Each subreport has groups defined so we can decide to set pagebreaks or
not (inside the subreport).
But the thing is that BETWEEN the subreports I can't decide to insert a
page break as I would insert, say, static text.

The XML code generated by iReport looks like this, I've only put the
relevant parts (or so it seems)

[...]












[...]

The "empty" subreport isn't generated and I'm at a complete loss as to
what happens here. I'm missing something but what ?

Thanx for any help,

Farid



---
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] Novice - Help. (nearly) My first Jasper Report !!!

2006-04-19 Thread Andy Dines

Hi,

To get the jasperReport:

JasperReport jasperReport =
(JasperReport)JRLoader.loadObject("path/filename.jasper");

As long as you don't have scriptlets, you can put these files where you
like.  Scriptlets need to be in the classpath to be used by your app.

Regards,

Andy
--
View this message in context: 
http://www.nabble.com/Novice---Help.-%28nearly%29-My-first-Jasper-Report-%21%21%21-t1473112.html#a4001869
Sent from the jasperreports-questions forum at Nabble.com.



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