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

thiagot

Members
  • Posts

    24
  • Joined

  • Last visited

thiagot's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hi, First of all, thanks a lot for the reply. One thing, how can I retrieve the reference of the JRViewer within my JasperViewer? So I can get it to call the method addSaveContributor(mySaveContributor). Code: JasperViewer jrviewer = new JasperViewer(print, false); jrviewer.setVisible(true); I can't get the reference to the JRViewer in my "jrviewer". Will I have to change the source of the JRViewer.java and JasperViewer.java? Thanks a lot, Thiago
  2. Hello, I need a hand here. My application is using JasperViewer but his XLS exporter isn't working well. The cells with any pattern (dd/MM/yyyy or ###0,00) comes with a single quote before the value in XLS (like '04/10/1999). I made a code that sets the IS_DETECT_CELL_TYPE to true (exporter.setParameter(JRXlsExporterParameter.IS_DETECT_CELL_TYPE, true) and generated a XLS file with it and worked just fine! :) The problem is that I need to do it using JasperViewer, I must add this parameter to the JasperViewer's XLS exporter. :( Is there any way that can be done? Thanks, Thiago
  3. CBox I have an issue here I added a condition to the Style so it will change only when a text appears new Boolean($F{SERVICE}.equals("text")) I've tested it with Strike Through and underline, its ok But It will not change its color neither change background color Is there anything special that must be set? I already changed the style to opaque and still don't work :(
  4. Hello everyone! Well, I will try to explain my issue, if you don't understand or think I need to specify more, please reply asking for info. I have a report that calls 13 subreports inside it, lets call this the mainReport. I have the first 2 subreports in Title band, cos one is the Cover and another is a Text, its working fine. I made a group to put the other reports in its Header, the group is called subreport. Well, here I have the other 11 reports. Some are just Images, and 2 of em are tables. The first table is ok, wherever I put it, it works, but I have a second table that is comming empty. If I put it in the first line on this header, it shows, if I put it on title it works, but if it goes to its place (bottom of the header) it shows null. I tried checking its data, remaking the subreport, checking the dataset, all is ok! I tried to make a lot of groups and put one in each, didnt work :( Im using an application that send the resultSet to the reports, not the connection. Any clue on this issue? Thanks a lot Thiago
  5. Hey guys, I need a hand here. I created a styled static text and all was going ok, bold italic, everything. But I need one thing, I need to indent paragraphs. like using Tab key. It is not working. I tried using <p> and it doesn't recognize it. "& n b s p ;" isn't accepted too. I noticed that if I use PDF tags it will work for HTML and PDF but if I use HTML tags it won't work on PDF. I need to work on both. Can anyone help me with this? Thanks
  6. Hey guys, I need a hand here. I created a styled static text and all was going ok, bold italic, everything. But I need one thing, I need to indent paragraphs. like using Tab key. It is not working. I tried using <p> and it doesn't recognize it. "& n b s p ;" isn't accepted too. :( Can anyone help me with this? Thanks
  7. Oops sorry I found the answer in another post. Just go to subreports properties, Common tab, set the Position Type = Float :)
  8. I have a main report with 12 subreports inside it Is there a way I can put all together in the same band or do I have to create a lot of groups to have a lot of bands to make it work?
  9. I used a jdbc connection to test it It worked Thanks a lot Apolo
  10. Did you use a CSV file as dataset to make this result?
  11. Oops missed the subreport JRXML here it goes: [file name=teste2.jrxml size=1964]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/teste2.jrxml[/file] So that makes teste.jrxml the main teste2.jrxml the subreport
  12. Apolo, its not secret cos im just testing before doing the real thing I will attach both jrxml here Im using iReports 1.2.4 Its a simple try to make it work, take a look and help me please :D Thanks for your patience Thiago [file name=teste.jrxml size=2997]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/teste.jrxml[/file]
  13. Still same result :( The subreport still blank If the subreport has a header, some data in its details and a footer, even the header and the footer will come to the main report? Well anyway, nothing is comming, blank
×
×
  • Create New...