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

jamshadebay

Members
  • Posts

    4
  • Joined

  • Last visited

jamshadebay's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. will you give me a plain example for hyperlink reportexecution.this is what i have done so far. net.sf.jasperreports.swing.JRViewer viewer = new net.sf.jasperreports.swing.JRViewer(JasperFillManager.fillReport("C:\doc\stdoclst.jasper", parameters, new Db().con)); Container c = getContentPane(); c.add(viewer); this.setVisible(true); this report is coming fine.but when i click on hyperlink nothing happens.the system out print line prints this Implement your own JRHyperlinkListener to manage this type of event. Hyperlink of type ReportExecution. please help me i am stuck.i am ready to try any other methods.what i need is i have a summary report.when i click on that line i need to open a detailed report on the basis of that field.please help me.
  2. i am not using a web based application.i am running this report on my local machine.report viewer is not opening in a web application.its opening in a jframe.
  3. forgot to mention that i had choosen hyper link target Blank and hyper link type report execution
  4. hi is it possible to open another report from by button click in ireport,right now i am very frustrated.i created a sample report using ireport 5.6.0.added hyperlink for a text.added link parameter as _report and value as "C:/doc/dor.jasperl".i am not using ant other parameter for this report.since it is a just a test.but it is not opening at all.i don't get any erros.i had copied dor.jasper and dor.jrxml to c:/doc/dor.i don't know whats wrong with my code.i think its not possible to open local reports.since this is not web based application.i am using a swing java application.please help me.
×
×
  • Create New...