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

drace

Members
  • Posts

    7
  • Joined

  • Last visited

drace'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. Thanks you for that! I didn't know it could be done! Regards, Drace
  2. Bump for an answer, I really need to know if it's possible to append data to a file using Jasper Reports. Thank you!
  3. Hi fellow Jasperers ! I currenlty use Jasper to export tabular data in CSV format. (using Java 6) I am curious to know if it's possible to tell Jasper to APPEND more CSV data once the first file has been exported. This would prove extremely useful ! /tools/fckeditor/editor/images/smiley/msn/thumbs_up.gif Thanks!
  4. Hello Forum! I have a Java application exporting to CSV. The exported data may hold comma's or other types of unpredictable characters. How would I go about setting Jasper to add Double-quotes to every field so field values(which sometimes has commas) do not corrupt the CSV exported data? just need exporting with quotes added, I have the export already working. - Thanks ! /tools/fckeditor/editor/images/smiley/msn/wink_smile.gif PS: so far I've found JRProperties.setProperty(JRCsvExporterParameter., """); to be the closest thing. Post Edited by drace at 01/23/2010 18:32
  5. Another post in this forum helped me figure it out! It was the image used in my JRXML file wasn't packaged with the application. I had believed images were embeded into the JRXML but this is not the case. Once I had that part figured out, the rest was cake!
  6. Thanks for Asking the question. My application wouldn't run the Jasper files either, I was under the impression .Jasper did imbed files! thanks to you, I was able to include the image in my project and have the JRXML use it relative to where it's installed. worked great !
  7. Hi, I have a java application which exports the data from a Jtable. There are 2 Jasper files: 1) a simple dump of all the data, one after the other (mainly for XLS, CSV dumps) 2) a Template design to layout the data in a visibly appealing design (Print to the printer, to pdf, to html) When I deploy the application and try to Print, #1 works but not #2. I have Log4J and I attached the Log , attempting to print. I have included in my Build path the following files: - commons-beanutils-1.8.0.jar - commons-collections-2.1.1.jar - commons-digester-1.7.jar - commons-logging-1.1.1.jar - jasperreports-3.6.1.jar - poi-3.2-FINAL-20081019.jar - iText-2.1.0.jar the print preview, printing, and making PDF, HTML, RTF doesn't work, yet XLS, XML and CSV do work. How can I make both of them work? Code:07/05/2007 07:26:48 AWT-EventQueue-0 DEBUG ExtensionsEnvironment:: Instantiating extensions registry class net.sf.jasperreports.extensions.DefaultExtensionsRegistry07/05/2007 07:26:48 AWT-EventQueue-0 DEBUG DefaultExtensionsRegistry:: Loading JasperReports extension properties resource jar:file:/C:/Java/bin/jasperreports-3.6.1.jar!/jasperreports_extension.properties07/05/2007 07:26:48 AWT-EventQueue-0 DEBUG DefaultExtensionsRegistry:: Instantiating extensions registry for default using factory class net.sf.jasperreports.extensions.DefaultExtensionsRegistryFactory07/05/2007 07:26:48 AWT-EventQueue-0 DEBUG DefaultExtensionsRegistry:: Instantiating extensions registry for governor using factory class net.sf.jasperreports.governors.GovernorExtensionsRegistryFactory07/05/2007 07:26:48 AWT-EventQueue-0 DEBUG DefaultExtensionsRegistry:: Instantiating extensions registry for components using factory class net.sf.jasperreports.components.ComponentsExtensionsRegistryFactory07/05/2007 07:26:48 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 17698485: created for lpPrint07/05/2007 07:26:49 Finalizer DEBUG ThreadSafeClientConnManager:: Shutting down07/05/2007 07:26:49 Finalizer DEBUG ThreadSafeClientConnManager:: Shutting down07/05/2007 07:26:49 Finalizer DEBUG ThreadSafeClientConnManager:: Shutting down07/05/2007 07:26:49 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 17698485: filling report07/05/2007 07:26:49 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 17698485: adding page 107/05/2007 07:26:49 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 17698485: title07/05/2007 07:26:51 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 28048348: created for lpPrint07/05/2007 07:26:51 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 28048348: filling report07/05/2007 07:26:51 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 28048348: adding page 107/05/2007 07:26:51 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 28048348: title07/05/2007 07:26:51 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 15564049: created for lpPrint07/05/2007 07:26:51 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 15564049: filling report07/05/2007 07:26:51 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 15564049: adding page 107/05/2007 07:26:51 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 15564049: title07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 29985819: created for lpPrint07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 29985819: filling report07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 29985819: adding page 107/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 29985819: title07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 15062562: created for lpPrint07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 15062562: filling report07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 15062562: adding page 107/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 15062562: title07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 29249852: created for lpPrint07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 29249852: filling report07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 29249852: adding page 107/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 29249852: title07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 5663550: created for lpPrint07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 5663550: filling report07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 5663550: adding page 107/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 5663550: title07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 32379995: created for lpPrint07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 32379995: filling report07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 32379995: adding page 107/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 32379995: title07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 22559360: created for lpPrint07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 22559360: filling report07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 22559360: adding page 107/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 22559360: title07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 31702491: created for lpPrint07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 31702491: filling report07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 31702491: adding page 107/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 31702491: title07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 21744476: created for lpPrint07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 21744476: filling report07/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRBaseFiller:: Fill 21744476: adding page 107/05/2007 07:26:52 AWT-EventQueue-0 DEBUG JRVerticalFiller:: Fill 21744476: title
×
×
  • Create New...