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

marciofermino

Members
  • Posts

    5
  • 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 marciofermino

  1. Good Morning, Friends speak of Brazil, I am using the following code . Within the NetBeans IDE code works and the report is submitted . But to generate the executable , it is not possible to open the report , getting the message null. It is as if he could not find the report. If puderm help , I am very grateful. Good Morning, Friends speak of Brazil, I am using the following code . Within the NetBeans IDE code works and the report is submitted . But to generate the executable , it is not possible to open the report , getting the message null. It is as if he could not find the report. If puderm help , I am very grateful.
  2. NetBeans + Jasper + Ireport Friends I have a report and one sub-report. Into the ireport when execute the report the ireport he asks a parameter & click em use parameter standard. The report executes. Inside of the NetBeans uses the code: Code: temp_contatosDataProvider.close(); Map fillParams = new HashMap(); try { fillParams.put ("LogoURL", getExternalContext().getResource("/resources/images/logo.jpg"«»)); getApplicationBean1().jasperReport ("rel_contatos", "text/html", getSessionBean1().getTemp_contatosRowSet(), fillParams); } catch (Exception e) { log("Exception generating report", e); error("Exception generating report: " + e); } The report is run and the sub-report not to appear ?? "..... and report the ireport he asks a parameter & click em use parameter standard ??????" marciofermino2003@hotmail.com skype marciofermino
  3. Friend I need call one report and subreport. I use NetBeans Visual Web Pack The Code: Code: temp_contatosDataProvider.close(); Map fillParams = new HashMap(); try { fillParams.put ("LogoURL", getExternalContext().getResource("/resources/images/logo.jpg"«»)); getApplicationBean1().jasperReport("rel_contatos", "application/pdf", getSessionBean1().getTemp_contatosRowSet(), fillParams); } catch (Exception e) { log("Exception generating report", e); error("Exception generating report: " + e); } In the Ireport the o report is OK !!, the ireport use Parameter Default e OK Bun in NetBeans the subreport dont appears !! Please I need Help msn marciofermino2003@hotmail.com skype marciofermino Thankl´s
  4. NetBeans + Jasper + Ireport Friends I have a report and one sub-report. Into the ireport when execute the report the ireport he asks a parameter & click em use parameter standard. The report executes. Inside of the NetBeans uses the code: Code: temp_contatosDataProvider.close(); Map fillParams = new HashMap(); try { fillParams.put ("LogoURL", getExternalContext().getResource("/resources/images/logo.jpg"«»)); getApplicationBean1().jasperReport ("rel_contatos", "text/html", getSessionBean1().getTemp_contatosRowSet(), fillParams); } catch (Exception e) { log("Exception generating report", e); error("Exception generating report: " + e); } The report is run and the sub-report not to appear ?? "..... and report the ireport he asks a parameter & click em use parameter standard ??????" marciofermino2003@hotmail.com skype marciofermino
  5. NetBeans + Jasper + Ireport Friends I have a report and one sub-report. Into the ireport when execute the report the ireport he asks a parameter & click em use parameter standard. The report executes. Inside of the NetBeans uses the code: Code: temp_contatosDataProvider.close(); Map fillParams = new HashMap(); try { fillParams.put ("LogoURL", getExternalContext().getResource("/resources/images/logo.jpg"«»)); getApplicationBean1().jasperReport ("rel_contatos", "text/html", getSessionBean1().getTemp_contatosRowSet(), fillParams); } catch (Exception e) { log("Exception generating report", e); error("Exception generating report: " + e); } The report is run and the sub-report not to appear ?? "..... and report the ireport he asks a parameter & click em use parameter standard ??????" marciofermino2003@hotmail.com skype marciofermino
×
×
  • Create New...