leonardodld82-estudos Posted June 21, 2013 Share Posted June 21, 2013 Hello,I'm using the parameter dateExtKa61 to send data from Java to iReport. Although no apparent mistake was found, when the application is executed, the report always returns null values. Even when there is valid data. During debug I have checked for the values bellow:ka00.getKa00e1DTO().getDateExt() which is "10/04/2013 09:54"girBudget.get("dateExtKa61").toString() which is <error(s)_during_the_evaluation>Then command bellow have runned:girBudget.put("dateExtKa61", ka00.getKa00e1DTO().getDateExt());Finally, I have checked for the second value again:girBudget.get("dateExtKa61").toString() which is "10/04/2013 09:54" Is it possible to have a problem with the report?Best regards! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now