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

balaji_imagine

Members
  • Posts

    5
  • Joined

  • Last visited

balaji_imagine's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. HI all, I created a applet with jasper report. It Runs locally fine. But when i put it on web application it shows error File not found block which throws error may lies in following code URL source = new URL(getCodeBase(), "report2.jasper"); String f=source.getFile(); File reportFile = new File(f); if (!reportFile.exists()) throw new JRRuntimeException("File not found."); kindly Help -Balaji
  2. Hi all, jasper reprot does not shows spaces or tabs in output. my databse table data saved in a column is in following way abc 200 xyz 500 uyt 5 uiisdff 10 sdf 2000 but when i retrive this column in jasper report it shows like abc 200 xyz 500 uyt 5 uiisdff 10 sdf 2000 i think it does not recognizes spaces or tabs properly. What should i do? -Balaji
  3. Hi I have find something like print when expression in I-report How to compare any bigDecimal variable with 1 , -1 or 0 or how to find the whether variable is positive or negative. Code:($V{FinalClose}.signum()).compareTo(-1)which is wrong how to correct it..thanking yOu
  4. Hi All I have created one variable and done some calculations on it I want to show that field according to its value. for e.g I have created one variable called OPENING if value of OPENING is "+" i want to show it other wise I want to hide this field how to do this in i-report ?? please help me out .. Thanking You Balaji Khandekar
  5. hi all, when i use properties file i get following log when i run it Error filling print... Can't find bundle for base name /home/user/report/bundle_en_US.properties, locale en_US java.util.MissingResourceExceptio: Can't find bundle for base name /home/user/report/bundle_en_US:properties. locale en_US I have also added properties folder in path plz help me out
×
×
  • Create New...