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

tat83

Members
  • Posts

    11
  • 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 tat83

  1. hi all, I have exactly the same issue... So i would like to ask for a simple solution.. How could i register my font in the application/jar? I don't want to manually copy the font file to jre folder nor copy to the os font dir. I wanted to ship the font with my application.. What i wanted to do is similiar to GraphicsEnvironment.registerFont() in the jdk 1.6 ? thank in advance...
  2. Anyone have solution/ hint for me?? B) B) B) B)
  3. Hi all, I am using XA connection to pass to jasper for report generation... But it showed me the following error: Code: java.sql.SQLException: DSRA9002E: ResourceException with error code null: javax.resource.ResourceException: enlist: caught Exception at com.ibm.ejs.j2c.XATransactionWrapper.enlist(XATransactionWrapper.java:841) at com.ibm.ejs.j2c.ConnectionEventListener.interactionPending(ConnectionEventListener.java:743) at com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl.processInteractionPendingEvent(WSRdbManagedConnectionImpl.java:1299) at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.beginTransactionIfNecessary(WSJdbcConnection.java:328) at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1385) at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1353) at net.sf.jasperreports.engine.query.JRJdbcQueryExecuter.createStatement(JRJdbcQueryExecuter.java:137) at net.sf.jasperreports.engine.query.JRJdbcQueryExecuter.createDatasource(JRJdbcQueryExecuter.java:103) at net.sf.jasperreports.engine.fill.JRFillDataset.createQueryDatasource(JRFillDataset.java:662) at net.sf.jasperreports.engine.fill.JRFillDataset.setDatasource(JRFillDataset.java:606) at net.sf.jasperreports.engine.fill.JRFillDataset.setParameterValues(JRFillDataset.java:595) at net.sf.jasperreports.engine.fill.JRBaseFiller.setParameters(JRBaseFiller.java:879) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:708) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:666) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:63) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:402) Anyone have any idea to solved the problem?
  4. how if i have multiple subreport? do i need to have 1 master report for every 2 subreport? if that the case, then it is not so user friendly... :pinch: :pinch: :pinch: :pinch:
  5. Ok.... i will give it a try tommorow... thank in advance..:laugh: :laugh: :laugh: :laugh:
  6. Hi all, I know how to used a group and isnewpage attribute to make a page break... I am using subreport in my group header and set isstartnewpage to true and minstartnewpage height to 0 but i found that the page break won't work.. if my subreport band could fit into the remaining space of the previous page... so what i get is Page 1 --- subreport1 page details subreport2 title subreport2 column header --- page 2 --- subreport2 summary --- what i exactly want is even the subreport occupy only 1 line of the page.. the second subreport should always start in another page... how could i do this? thanks in advance.. PS:urgent.......
  7. Hi all, I know how to used a group and isnewpage attribute to make a page break... I am using subreport in my group header and set isstartnewpage to true and minstartnewpage height to 0 but i found that the page break won't work.. if my subreport band could fit into the remaining space of the previous page... so what i get is Page 1 --- subreport1 page details subreport2 title subreport2 column header --- page 2 --- subreport2 summary --- what i exactly want is even the subreport occupy only 1 line of the page.. the second subreport should always start in another page... how could i do this? thanks in advance.. PS:urgent.......
  8. Hi all, I wanted to used arial font in my jasper exported pdf... and i already added the arial.ttf to the classpath and choose the pdffont to arial.. but my generated pdf still don't show me the arial font... I am using the window arial.ttf... is that the problem?? or i should get the arial.ttf, somewhere else? thanks in advance
  9. me too get a out of memory exception when my subreport have margin.. but i am really doubt why this behaviour is not consistent.. cause i first tried used a sub report with margin.. it work... but when i create another report using subreport..it was giving me out of memory exception.. this was so weird..
  10. hi All, I wanted to generate a 2 pages form using ireport and jasper. But ireport only allow to design one page. What i wanted to do is similar to following http://jasperreports.sourceforge.net/faq.html#largebands But i really dun understand what it mean??? To further clarify: each form will have 2 pages 1page is the user detail form. 2page is term and condition. Report generated may have more than one form depending on no of acc user wanted. Please help me on this issues.. thanks..
  11. Hi, I too wanted to do the same thing... have u figure out how to do this? thanks..
×
×
  • Create New...