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

Posts posted by shibinthomas

  1. 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.

     

  2.  

    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.

  3. 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.

     

     

     

     

  4. 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

     

     

     

  5. 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

     

     

     

×
×
  • Create New...