Jump to content
We've recently updated our Privacy Statement, available here ×

jaumeg

Members
  • Posts

    28
  • Joined

  • Last visited

jaumeg's Achievements

Contributor

Contributor (5/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hi all, I have a doubt using ireports. Normally I put images on my reports using a relative path with a phisical image and all is running fine... Now I have a servlet that is returning a barcode image gif. My Doubt is how may I use IREPORTS in order to implement a java servlet that is rendering an image in real time ? When I use this servlet in a JSP I put this line of code: (Parameters are the value of the Barcode(texto) and dimensions(dpi)) <img src="/intranet/servlet/aplicaciones.barcodes.servlet.Barcode39Servlet?texto=<%=texto%>&dpi=<%=dpi%>" /> How can I create something like this with IREPORTS ? I use ireports 3.0.0 I'll appreciatte very much any help on this... Thank you in advance for your help. Jaume Post Edited by jaumeg at 06/22/2010 14:25
  2. Hi All, I'm building a report (with ireports 3.0) and I need to put the character OMEGA(Ω) and DIVIDE(÷) In HTML I put Ω but I don't know how to implement htis with Ireports. This is for Static text fields. The report will be output in PDF. I'm using CP1250 (Central European). Is there any way to output this symbols ? Thank you in advance,. Jaume. Post Edited by Jaume Guillamon at 03/30/09 14:38 Post Edited by Jaume Guillamon at 03/30/09 14:41 Post Edited by Jaume Guillamon at 03/30/09 14:44
  3. Hi all, I have to do a subreport with a chart, I have the two values of the chart in the parameters ($P{value1}, $P{value2}) in the main report . Can you say me how to use this two parameters in the subreport in order to create a Chart with them ? I have to put the chart in the summary section of the subreport ? This is very urgent so I'll appreciate any help. Thank you very much.
  4. HI all, I have a Master report with 32 subreports. I put all subs in the detail section in the master one. Every subreport is using parameters that I put in the java class that calls to the master report. There is only one Register putted in the ArrayList. oBalance and it is a JavaBean with the setters and getters. ArrayList ar = new ArrayList<Planesnhc>(); ar.add(oBalance); Map parameters = new HashMap(); parameters.put("subreport1", "subreport1.jasper"); parameters.put("subreport2", "subreport2.jasper"); etc..... Invoked --> JasperPrint jasperPrint = JasperFillManager.fillReport (fileName, parameters, new JRBeanCollectionDataSource(ar)); When the program call to the master report all is running fine when I use parameters always thinking that I don't use details section in subreports. Some subreports has only TITLE section that use the Map parameters I send to the master. At this point all is OK. But I have some other subreports that need a detail Section, because they may use an ArrayList of javaBeans. My Question is how to do that ? Where I have to put the parameters ? Can I use DataBeansObjects to fill subreports ? Is there any example on how to implement this ? Thank you very much in advance for your help. Post Edited by Jaume Guillamon at 03/23/09 16:09
  5. Hi all, Is there any form to print the labels (2 columns) from left column to right column and next line and not from top to down and next column as default ? Thank you in advance for your help
  6. HI all, I have to print some APLI sticky labels and I don't know if Ireports 1.3.3 can do something like this... Any suggestions on how to do it ? Thank you in advance for your help.
  7. Guys ! It was a Bug in 1.3.2 with 1.3.3 all runs fine.
  8. Thank you yadavillisridhar , This is not an Elegant solution but anyway may help on something. Thank you very much
  9. Hi all, I'm using Ireports 1.3.2 and I can't ADD a estile condition. Any of you with the same problem ? I have been using the FirstJasper.jrxml to test it and I can't. I have entered the OrderIdStyle, I click on Modify and nothing happens. As well when I try to add nothing happens..:blink: Any suggestion ? What I'm doing wrong ? Thanks.
  10. Hi all, I'm using Ireports 1.3.2 and I can't ADD a estile condition. Any of you with the same problem ? I have been using the FirstJasper.jrxml to test it and I can't. I have entered the OrderIdStyle, I click on Modify and nothing happens. As well when I try to add nothing happens..:blink: Any suggestion ? What I'm doing wrong ? Thanks.
  11. HI kaunietiss, The problem is that I don't know how to do it and how to evaluate the condition.. Do you have some example ? Thanks.
  12. HI all, Sometimes when I execute a report, the sql is returning 0 rows and I get the PDF empty. I'm executing the sql in my java class, so I'm putting $P!{sql_query} in the query report window. My Questions: 1) Can jasperprint return a value to know if the sql is returning empty resulset ? JasperPrint jasperPrint=JasperFillManager.fillReport(fileName, parameters, con3); 2) Is there any way to know that there ara no rows, so I don't have to send the PDF ? I would like to send a little message saying that there are no rows.. nothing more.. Thnaks in advance for your help.. Post edited by: jaumeg, at: 2007/04/20 09:53
  13. Hi all, I have a question that i'm sure you may have been solved. I need to change the colour of a $F{field} when a condition is evaluated in the detail band. When I get a value 'Doctor unknow' I need to change the color of this field to RED. I would like to change the negative value to red as well. I have to use some scriptlet ? any example or suggestion will be very appreciatted. Thanks in advance for your help. Post edited by: jaumeg, at: 2007/04/20 10:10
×
×
  • Create New...