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

jliog

Members
  • Posts

    13
  • 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 jliog

  1. Hello, here is a french link but u can translate it using google ;)http://jaub.developpez.com/tutoriels/jsf/jasper-jsf/ SUN had a good tutor on this link: developers.sun.com/jscreator/learning/tutorials/2/reports.html But it seems that this link is no longer working. good luck
  2. Hello, here is a link explaining how to generate reports in a JSF application. the link is a jscreator tutorial but it can help you. http://developers.sun.com/jscreator/learning/tutorials/2/reports.html Good Luck
  3. Thanks a looooot Lucian ths problem is solved by adding the jdt-compiler-3.1.1.jar to my class-path tnx
  4. hello, i made an application with NetBeans 5.5.1 using a report when i compile and execute from netbeans it works without problems but when i try to execute it from the jar file it generate this Error: ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:33: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_REPORT_CONNECTION = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:34: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_REPORT_CLASS_LOADER = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:35: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_REPORT_DATA_SOURCE = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:36: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_REPORT_URL_HANDLER_FACTORY = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:37: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_IS_IGNORE_PAGINATION = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:38: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_societe_para = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:39: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_REPORT_FORMAT_FACTORY = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:40: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_REPORT_MAX_COUNT = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:41: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_REPORT_TEMPLATES = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:42: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 private JRFillParameter parameter_REPORT_RESOURCE_BUNDLE = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:43: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 private JRFillField field_lcn2_banque = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:44: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 private JRFillField field_lcn2_montant_lettres = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:45: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 private JRFillField field_lcn2_num_interne = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:46: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 private JRFillField field_lcn2_date_echeance = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:47: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 private JRFillField field_lcn2_fournisseur = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:48: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 private JRFillField field_lcn2_montant = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:49: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 private JRFillVariable variable_PAGE_NUMBER = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:50: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 private JRFillVariable variable_COLUMN_NUMBER = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:51: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 private JRFillVariable variable_REPORT_COUNT = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:52: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 private JRFillVariable variable_PAGE_COUNT = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:53: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 private JRFillVariable variable_COLUMN_COUNT = null; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:76: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_LOCALE = (JRFillParameter)pm.get("REPORT_LOCALE"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:77: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_TIME_ZONE = (JRFillParameter)pm.get("REPORT_TIME_ZONE") ; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:78: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_VIRTUALIZER = (JRFillParameter)pm.get("REPORT_VIRTUALIZ ER"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:79: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_SCRIPTLET = (JRFillParameter)pm.get("REPORT_SCRIPTLET") ; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:80: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_PARAMETERS_MAP = (JRFillParameter)pm.get("REPORT_PARAME TERS_MAP"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:81: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_CONNECTION = (JRFillParameter)pm.get("REPORT_CONNECTION "); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:82: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_CLASS_LOADER = (JRFillParameter)pm.get("REPORT_CLASS_LO ADER"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:83: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_DATA_SOURCE = (JRFillParameter)pm.get("REPORT_DATA_SOUR CE"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:84: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_URL_HANDLER_FACTORY = (JRFillParameter)pm.get("REPORT_U RL_HANDLER_FACTORY"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:85: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_IS_IGNORE_PAGINATION = (JRFillParameter)pm.get("IS_IGNORE_PAGI NATION"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:86: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_societe_para = (JRFillParameter)pm.get("societe_para"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:87: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_FORMAT_FACTORY = (JRFillParameter)pm.get("REPORT_FORMAT _FACTORY"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:88: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_MAX_COUNT = (JRFillParameter)pm.get("REPORT_MAX_COUNT") ; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:89: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_TEMPLATES = (JRFillParameter)pm.get("REPORT_TEMPLATES") ; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:90: cannot resolve symbol symbol : class JRFillParameter location: class classic_1210098209936_300818 parameter_REPORT_RESOURCE_BUNDLE = (JRFillParameter)pm.get("REPORT_RESOU RCE_BUNDLE"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:99: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 field_lcn2_banque = (JRFillField)fm.get("lcn2_banque"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:100: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 field_lcn2_montant_lettres = (JRFillField)fm.get("lcn2_montant_lettres") ; ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:101: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 field_lcn2_num_interne = (JRFillField)fm.get("lcn2_num_interne"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:102: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 field_lcn2_date_echeance = (JRFillField)fm.get("lcn2_date_echeance"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:103: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 field_lcn2_fournisseur = (JRFillField)fm.get("lcn2_fournisseur"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:104: cannot resolve symbol symbol : class JRFillField location: class classic_1210098209936_300818 field_lcn2_montant = (JRFillField)fm.get("lcn2_montant"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:113: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 variable_PAGE_NUMBER = (JRFillVariable)vm.get("PAGE_NUMBER"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:114: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 variable_COLUMN_NUMBER = (JRFillVariable)vm.get("COLUMN_NUMBER"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:115: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 variable_REPORT_COUNT = (JRFillVariable)vm.get("REPORT_COUNT"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:116: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 variable_PAGE_COUNT = (JRFillVariable)vm.get("PAGE_COUNT"); ^ C:Documents and SettingsykejjiLcndistclassic_1210098209936_300818.java:117: cannot resolve symbol symbol : class JRFillVariable location: class classic_1210098209936_300818 variable_COLUMN_COUNT = (JRFillVariable)vm.get("COLUMN_COUNT"); ^ 57 errors 3 Plz help
  5. Hello, Plz i want to set the paper size in the JRPrintServiceExporter to the German Std Fanfold paper size. Plz help.
  6. hi dnvsrikanth, first tnx for ur answer, My probleme is that i'm using a matrix printer and in a such printer there is just one way to put the paper so the report is printed vertically!! plz look at the picture i tryed to explain my problem by drawing it :S tnx a lot [file name=lansdcape_vs_portrait.jpg size=8220] Post edited by: jliog, at: 2008/04/22 15:31
  7. hello, I need to print reports with a width bigger than height. the problem is that the orientation is changed automatically to landscape. so when i print the report it's printed in the landscape orientation. Plz help.
  8. hello, I'm using a matrix printer and i have to print report in letter format(pages width bigger than the height). i'm setting the printer to 4 inch in the page height but in my report i can't have a portrait report with a width bigger than the height. My question is how to have the same break page in printer and in report. really need to have a report in portait orientation but the width is bigger than the height. Plz Help
  9. Hello this link may help u. http://developers.sun.com/jscreator/learning/tutorials/2/reports.html
  10. hello, I have a report in a page with custom dimension width= 4inch height=8inch the probleme is that the report switchs automatically to lanscape orientation and when i print my report it is printed in landscape orientation and if i set from my java program the orientation to portrait, in the printed report the right area is truncated(just the left area of my page is printed!). Plz help me with this probleme i need to print data on cheques or on a letter paper Thank's
  11. hello, I'm having the same probleme with my report so i wanna know if u sovled probleme or not yet. tnx
  12. Hello ALL, I finally found where was the problem: in the exporter's parameters i used : Code:exporter.setParameter(JRExporterParameter.OUTPUT_FILE, "c:xxxx.rtf"«»); I must use : Code:[code]exporter.setParameter(JRExporterParameter.OUTPUT_FILE_NAME, "c:xxxx.rtf"«»); hope this could help someone. have nice day everyone!
  13. hello everybody, i'm generating reports using jasperreport, i succesfully generated reports in pdf, xml and html formats using the JasperExportManager methodes.now i'd like to generate the report in the rtf format. I used the code bellow: Code:JRRtfExporter exporter = new JRRtfExporter(); exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint); exporter.setParameter(JRExporterParameter.OUTPUT_FILE, "c:test.rtf"«»); exporter.exportReport(); but it doesn't generate any file, and it gives me in the output console the value "null" normally it's the return value of : Code:[code] exporter.exportReport(); Plz help! here is my code: Code:[code]con = DriverManager.getConnection(url, "xxxx", "xxxx"«»); JasperDesign jasperDesign=JRXmlLoader.load("C:\xxxxxx.jrxml"«»); JasperReport jasperReport=JasperCompileManager.compileReport(jasperDesign); Map para=new HashMap(); JasperPrint jasperPrint=JasperFillManager.fillReport(jasperReport,para,con); JRRtfExporter exporter = new JRRtfExporter(); exporter.setParameter(JRExporterParameter.JASPER_PRINT, jasperPrint); exporter.setParameter(JRExporterParameter.OUTPUT_FILE, "c:xxxxx.rtf"«»); exporter.exportReport();Post edited by: jliog, at: 2007/11/02 10:45
×
×
  • Create New...