Snjezana Peco [http://community.jboss.org/people/snjeza] created the discussion
"Re: Error setting a Date type parameter" To view the discussion, visit: http://community.jboss.org/message/620690#620690 -------------------------------------------------------------- You set a date type parameter as a String in a format that BIRT doesn't recognize. Try the following: - define the FechaInicio date parameter in some format in the reporteSinDetalle.rptdesign report (yyyy-MM-dd, for instance) - add the getFechaInicioAsString method to Report.java that will return the date as a String in the yyyy-MM-dd format(or whatever format you defined in the report). -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/620690#620690] Start a new discussion in JBoss Tools at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
