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

biboo

Members
  • Posts

    6
  • Joined

  • Last visited

biboo's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

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