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

venu08

Members
  • Posts

    22
  • 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

Posts posted by venu08

  1.   hi

    I'm using jasper reports to create a PDF document(using ireport) but i have a multiple.jrxml files ,how to generate the single pdf

    ex

    a.jrxml

    b.jrxml

    c.jrxml

    d.jrxml

    finaly how can  generate the single pdf (each .jrxml file has a  different querys )

    I am asking so many times but no one can solve my problem 

     

     

     

    Thanks

    Gvr

     

     

  2.  Hi

    I have a problm on the field pattern .

    I can select the field pattern .In this we select the Number and chose the Decimal places is 5.

    When there is a data in table(database) its come in 2.23000 its ok ,but there is "0" zero in the table(database) its come in this formate 0.00000 but i want to show only 0(zero).but it has a data it can show 2.23000 formate .

     

    How can solve this problm i am not understand

     

     

     

    Thanks

    Gvr

     
  3.  Hi 

    I am createing a .jrxml file in ireport .

    How can pass the parameter in struts2

    In action class we write the code in this way

     

    HashMap parameters= new HashMap();

    parameters.put("name", "welcome");

     

    In Struts2

    <package name="default" extends="jasperreports-default,struts-default">

    <action name="myJasperTest" class="action.JasperAction">

            <result name="success" type="jasper">
    <param name="location">/jasper/contacts.jasper</param>
    <param name="dataSource">beanCollection</param>

    <param name="parameter">parameters</param>


    <param name="format">PDF</param>
    </result>

    <result name="error" type="jasper">/Error.jsp</result>

    </action>

    </package>

    I thing it is not correct way.But how can pass the parameters in struts2

     

     

    Thanks

    gvr

     



    Post Edited by venu08 at 06/25/2011 14:56
  4.    Thanks for replay 

      I create new textfield in report but it has a edit the expression is not found ,could you please send wehre the option is found in text field

     

     

    Thanks

    gvr

  5.  Hi 

    How can divison the field values in detail band ,after division complete we add the field value .

    Example 

    I am writing in this way it is correct

    $F{fieldvalue1}/100  (DetailBand)

              finaly how can caliclate the Fieldvalue1 Total (Summary band) I dont know.

    Could you please solve my problem

     

    Thanks

    Gvr

     

  6. Hi 

    I have a main program and one sub report . i am runing the report in ireport i have a below error .

    i can solve this problem 

     

     

     java.lang.ArrayIndexOutOfBoundsException: 1

    at javax.swing.plaf.basic.BasicTabbedPaneUI.paintTabArea(BasicTabbedPaneUI.java:809)
    at javax.swing.plaf.basic.BasicTabbedPaneUI.paint(BasicTabbedPaneUI.java:772)
    at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
    at javax.swing.JComponent.paintComponent(JComponent.java:758)
    at javax.swing.JComponent.paint(JComponent.java:1022)
    at javax.swing.JComponent.paintChildren(JComponent.java:859)
    at javax.swing.JComponent.paint(JComponent.java:1031)
    at javax.swing.JComponent.paintChildren(JComponent.java:859)
    at javax.swing.JComponent.paint(JComponent.java:1031)
    at javax.swing.JComponent.paintToOffscreen(JComponent.java:5104)
    at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1386)
    at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1317)
    at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:301)
    at javax.swing.RepaintManager.paint(RepaintManager.java:1132)
    at javax.swing.JComponent._paintImmediately(JComponent.java:5052)
    at javax.swing.JComponent.paintImmediately(JComponent.java:4862)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:727)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:683)
    at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:663)
    [catch] at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:128)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
     
  7.  Hi

    what is the batch mode  in jasper report .how can i use the batch mode .

    i have a multiple .jrxml files ,each .jrxml has different data source .How can generate different data source into single pdf . it is posible to batch mode ?please help any process .

     

     

    Thanks

    venu


  8. Hi
     
    I want to print my field values horizontally (by default they are getting printed vertically). I palced placed a field in detail section , now insted of getting them printed :
    aaa
    bbb
    ccc
    ddd
    ..
    .
    .
    .
    i want the values to be printed like:
    aaa     bbb      ccc      ddd.....
     
    I am using ireport 4.0.0
    I am searching so Manny sites but i have no correct solution. 
    Please guide me .Where it can write the code 
     
    Thanks
    venu
  9.  

       

        

    Hi
     
    I want to print my field values horizontally (by default they are getting printed vertically). I palced placed a field in detail section , now insted of getting them printed :
    aaa
    bbb
    ccc
    ddd
    ..
    .
    .
    .
    i want the values to be printed like:
    aaa     bbb      ccc      ddd.....
     
    I am using ireport 4.0.0
    I am searching so Manny sites but i have no correct solution. 
    Please guide me .
     
    Thanks
    venu
  10.     

    Hi
    I have a same question 
    I want to print my field values horizontally (by default they are getting printed vertically). I palced placed a field in detail section , now insted of getting them printed :
    aaa
    bbb
    ccc
    ddd
    ..
    .
    .
    .
    i want the values to be printed like:
    aaa     bbb      ccc      ddd.....
     
    I am using ireport 4.0.0
    I am searching so Manny sites but i have no correct solution. 
    Please guide me .
     
     
     Thanks<br>
    venu
  11.  Hi

    I am using jasper report how can pass the two list values 
    I have a two list values .these two list values are different tables 
    example:
    Person table
    Office table 
    These are two tables ,in this tables we have a different fields .using this fields we generate .jrxml using ireport .
    it is posible to pass the two list values
    listperson.add(person);
    listOffice.add(office);
     
     
     
    I pass the these two values in struts.xml .In pdf file only print the listOffice details not print the listperson details 
    How can pass the two list values in struts.xml 
     
     
    Thanks
    gvr08
     
    Code:
     try {            JasperCompileManager.compileReportToFile(                    "S2_WEBAPP/jasper/our_jasper_template.jrxml",                    "S2_WEBAPP/jasper/our_compiled_template.jasper");        } catch (Exception e) {            e.printStackTrace();            return ERROR;        }struts.xml<package name="default" namespace="/" extends="jasperreports-default">    <action name="myJasperTest" class="com.acme.test.action.JasperAction">        <result name="success" type="jasper">            <param name="location">/jasper/our_compiled_template.jasper</param>            <param name="dataSource">listperson</param>            <param name="dataSource">listOffice</param>            <param name="format">PDF</param>        </result>    </action>    ...</package>
×
×
  • Create New...