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. 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
  8. Hi teodord (all), i am trying to call the printer using the demo provided in (jasperreports-3.5.2\demo\samples\printservice). my problem is while genarate report and display print dialog the page scale attribue should be "Fit to Printable Area" . if i am use this "this.print({bUI: true,bSilent: true,bShrinkToFit: true});" in JRPdfExporterParameter.PDF_JAVASCRIPT my problem may be solved. but in 3.5.2 that attribute not avilable. Is any alternate solutions avilable [ using javax.print.attribute. pakage ] ? I need to select the paper size A4 (MediaSizeName.ISO_A4) & page scale attribue in print dialog to "Fit to Printable Area", while user generate report . Thanks in advance Shibin
  9. Check this http://knol.google.com/k/nasir-qureshi/jasper-reports-working-with-beans-and/3az55pmbwf6s/3# Shibin
  10. This may help u. http://knol.google.com/k/nasir-qureshi/jasper-reports-working-with-beans-and/3az55pmbwf6s/3#
  11. This may be do to the difference versions of ireport and jasper report ur using. please use same version of both and try again Shibn
  12. Thak u for u valuable suggestions thanks Shibin
  13. can anyone help? giulio please replay to this. please.
  14. can anyone help? giulio please replay to this.
×
×
  • Create New...