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

ozkan

Members
  • Posts

    8
  • Joined

  • Last visited

ozkan'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, Empty the contents of a row to show a null when I check "empty when null" but the row looks empty null. Interestingly, null does not appear when I run the program in netbeans but jar file into the program and when I try seems to null. What could be the reason for this? Thanks
  2. Hi, Users, the report will select the columns you want to be in the design in the java program. How reporting is done according to the selected column? Thanks.
  3. Thanks rushit. Now I have a problem like this. When the page are not sufficient overflowing from the column continues on other pages. But other columns blank because data remained on the previous page. How will solve this problem? Thanks.
  4. I used the date field as $F{Date}.toString() but gives the same error. net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression : Source text : $F{Date}.toString()
  5. Hi, According to data from an field that can extend how. The data is sometimes more a part of the data does not appear. How should I edit the field?
  6. I'm sending data to the report in a jtable from java code. All of the following data is String in jtable. But Date parameter is sql timestamp in report. So I think it fails. Date parameter should be string type in ireport. How can convert it in ireport?
  7. I sent the data from a jtable. When the date out of the column is working properly. I want to change the date format as string in ireport. How can I do?
  8. Hi, My report has a date column. I'm sending a string data to the report date column from my java code. I think, their format is different, the following error. How do I edit the date column, receive as string data. Thanks. net.sf.jasperreports.engine.fill.JRExpressionEvalException: Error evaluating expression : Source text : $F{Date} at net.sf.jasperreports.engine.fill.JREvaluator.evaluate(JREvaluator.java:195) at net.sf.jasperreports.engine.fill.JRCalculator.evaluate(JRCalculator.java:589) at net.sf.jasperreports.engine.fill.JRCalculator.evaluate(JRCalculator.java:557) at net.sf.jasperreports.engine.fill.JRFillElement.evaluateExpression(JRFillElement.java:929) at net.sf.jasperreports.engine.fill.JRFillTextField.evaluateText(JRFillTextField.java:383) at net.sf.jasperreports.engine.fill.JRFillTextField.evaluate(JRFillTextField.java:368) at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:258) at net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:499) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:2026) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:757) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:269) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:127) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:942) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:860) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:84) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:624)
×
×
  • Create New...