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

shibinthomas

Members
  • Posts

    46
  • 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 shibinthomas

  1. Those who all working with Barcode please give me a solution i am creating barcode for DHL (German) parcel.
  2. Hi all Please given me a solution those who working with barcode .
  3. Try this \t new Boolean( (!$F{LVE_D_UPDATEDON}.equals("null")) || (!$F{LVE_D_UPDATEDON}.equals($F{LVE_D_APPLIEDON}) ) \t Shibin
  4. Please given me a solution those who working with barcode
  5. Hi, I am now using iReport 3.5.2 for creating barcode reports. Previously i used iReport 3.0.0 for the same. In 3.0.0 if i given Image Scale = Fill Frame i will get the barcode with as many width(250) and height(70) i given. I dose not find any solution equal to 'Image Scale = Fill Frame' in 3.5.2 with barcode4j and barbeque In barbeque(3.5.2) when i given barwidth and height that is varing according to the data we pass to this. As we using barbeque previously, we prefer barbeque(3.5.2) for futher developement . If any body know the solution please replay to this Thanks In Advance Shibin
  6. Hi So, nobody uses iReports for barcode creation? If any one know this please help me. Thanks!
  7. Hi giulio If u know the what is problem in my report please give replay to this post Regards Shibin
  8. Hi Please Help Me, thouse who no the solution please help me Thank Shibin
  9. Hi Dose any one know the solution Please Help Me Thanks Shibin
  10. Hi All, I need to create bar code in 2/5 format with '.' period should be set as a separator. Example data is 21348.075.016.40 1 When i giving this value it throws erorr java.lang.RuntimeException: . is not a valid character for Standard 2 of 5 encoding While using iReport 3.0.0 and also in 3.5.2 with barbecue and barcode4j --> Error filling print... java.lang.IllegalArgumentException: Invalid character '. (-1)'. Expected a digit. net.sf.jasperreports.engine.JRRuntimeException: java.lang.IllegalArgumentException: Invalid character '. (-1)'. Expected a digit. Dose any one know how can i represent this data -> 21348.075.016.40 1 in 2/5 barcode format. I am creating the barcodes for DHL Label Generation. Thanks in Advance, Shibin.
  11. Please give me a solution if any one working on EQBQL Thanks Shibin
  12. IReport 3.5.2 Used Samples --> jasperreports-3.5.2\demo\samples\ejbql Used NetBeans 6.5 to run application. Data Base Mysql 5.1 Eecute script given in example I added my working directory in Ireport class path -- > E:\Home\Shibin\NetBeansProjects\EJBQLANDJASPER\build\jar It cotain all 1)class 2)jar files ( toplink-essentials , toplink-essentials-agent,common...... ) 3)META-INF/persistence.xml I restarted ireport (i think even though no needed) . I given pu1 --> persistence-unit name in EJBQL Conncetion window Then i clicked Test . it showing an alert No Persistence provider for EntityManager named pu1. Also it shows one un wanted label ( jLabel1 may be bug) Regards Shibin ------------------------------------------------------------------------------------- Post Edited by shibinthomas at 07/09/2009 03:50 Post Edited by shibinthomas at 07/09/2009 03:51
  13. Yes possible download jsperreports source from jasperforge in that in one demo \ sample showing what u exactly needed ShipmentsReport jasperreports-3.5.2\demo\samples\crosstabs\ShipmentsReport.jrxml i added the sql u can easly check that through this(mysql) Regards Shibin (shibint@gmail.com)
  14. Use this in print when expression part new Boolean( ($V{PAGE_NUMBER}.intValue() == 1 ) ? true : false ) Regard Shibn
  15. iReport Options - > iReport - >Compilation andexecution ->Exection options Check this Regards Shibin
  16. It is compatitable. From the Report Query window u may find JavaBean Datasource tab using this u can read attributes from bean class . before reading attributes u need to add that class (jar including bean to ireport classpath. in ireport 3.5.2 Tools->Options-> tab claspath and restart ur ireport ). Then this beans attributes will be available as ireport fields. Using this fields u can create report. try this way Regards Shibin
  17. Try this Check this file iReport-nb-3.5.2\etc\ireport.conf default_options="-J-Xms256m -J-Xmx512m -J-Dfile.encoding=UTF-8 -J-Dorg.netbeans.ProxyClassLoader.level=1000" Add needed options and start ur iReport. This will work Regrards Shibin
  18. Code: Post Edited by shibinthomas at 07/02/2009 12:17
  19. In JRBeanCollectionDataSource(listjrbean) you should add collection of objects/beans. You need to verify bean should have getter and setter for empCode. For Ex class EmpClass { private String empCode; private String empName; public String getEmpCode() { return empCode; } public void setEmpCode(String empCode) { this.empCode= empCode; } ................................... ........... }
×
×
  • Create New...