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

shibinthomas

Members
  • Posts

    46
  • Joined

  • Last visited

shibinthomas's Achievements

Contributor

Contributor (5/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. U need to download the jasperreports . For example for version 3.5.2 u will found in this location -> jasperreports-3.5.2\demo\samples link http://sourceforge.net/projects/jasperreports/files/jasperreports Regards Shibin
  2. You can add a contional expression for the Print When Expression Part of Group Footer Band Properties as like, " new Boolean(($F{flg}.indexOf("1") > 0 ) ? true : false ) ". Then the last Grop Footer will not print. Shibin
  3. please check the tpic below .. that may help u . http://knol.google.com/k/nasir-qureshi/jasper-reports-working-with-beans-and/3az55pmbwf6s/3# Shibin.
  4. You may need a amin DAO , that have properties of family details DAO and personal details DAO. public class MainDAO { private String user =""; private List<FamilyDAO> subFamilyList=null; private List<PersonalDAO> subPersonalList=null; public void setSubFamilyList(List<FamilyDAO> subFamilyList) { this.subFamilyList= subFamilyList; } public void getSubFamilyList() { return subFamilyList; } ............. } Using this main object u populate what ever data u need. and pass the collection of objects to beandata sorce .. for that no need to static method. please check the tpic below .. that may help u . http://knol.google.com/k/nasir-qureshi/jasper-reports-working-with-beans-and/3az55pmbwf6s/3# Shibin.
  5. Hi ALL, I am using Barbecue and IReport 3.5.2 . i need to genarate barcode in code 128 like following data (2L)DE13158+99000900138012 (00)31234567811113586 3 i am passing above value to report and getting report . My question is for chracter ( , ) and + are allowed charaters in code128? if not can any one specifiy equivalent value for the same? Any link to code 128 example ? Thanku in advance , Shibin.
  6. Hi ALL, I am using Barbecue and IReport 3.5.2 . i need to genarate barcode in code 128 like following data (2L)DE13158+99000900138012 (00)31234567811113586 3 i am passing above value to report and getting report . My question is for chracter ( , ) and + are allowed charaters in code128? if not can any one specifiy equivalent value for the same? Any link to code 128 example ? Thanku in advance , Shibin.
  7. I am extremely sorry. That is my mistake .. i compile the application with version 1.2.4 . so i mistaken . Now i am able to use this property PDF_JAVASCRIPT as shown below exporter.setParameter(JRPdfExporterParameter.PDF_JAVASCRIPT,"this.print({bUI: true,bSilent: false,bShrinkToFit: true});"); using this i am able to populate print dialog and get select property page sacling to Fit to Printable Area. Also i need in Preview Composite (now 8.5 * 11 ) with A4 size(that is 8.27 * 11.69). How i set this values in PDF_JAVASCRIPT. Thanks in advance Shibin
×
×
  • Create New...