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

biboo

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by biboo

  1. lucianc wrote: See this FAQ. HTH, Lucian problem resolved, thnx for ur help!!;)
  2. hi everybody, i have dynamic JTable for many players, and i generated a report from the model of this table! but i want to change the title of this report to the name of the player that i consulted!! so how can i do that!! ?? thnx
  3. hi, i generated a JasperViewer :P , but when i close it, the programme exit too! what can i do?
  4. thnx lucianc, i do my best !! nd i hope find ur help when i need it!! a+
  5. Sorry but i'm using iReport 2.0.5.. when i save my report , it indicate if i want to save it in .xml or .jrxml!! so i don't know how i save it in .jasper!! :blush: sorry , but i have to learn much more about the JasperReport.. nd how iReport nd Jasperreport works together, so plz help me! thnx
  6. hi everyBody.. i have a problem to display my informations from the JTable (TableModel) in the jasperViewer... i started with Jasper 2 days ago so i need ur help..!! private void displayReport() { JasperPrint jasperPrint = generateReport(); JasperViewer jasperViewer = new JasperViewer(jasperPrint); jasperViewer.setVisible(true); } private JasperPrint generateReport() { JasperPrint jasperPrint = null; try {Map m= new HashMap(); m.put("Data source"," hello"); jasperPrint = JasperFillManager.fillReport("AircraftReportColumnIndex.jrxml",m,new JRTableModelDataSource(tmp)); //tmp TableModel de ma JTable } catch (JRException ee) { ee.printStackTrace(); } return jasperPrint; } ther's exception.. net.sf.jasperreports.engine.JRException: Error loading object from file : AircraftReportColumnIndex.jrxml
×
×
  • Create New...