Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Map<String, Object> parametro = new HashMap();
  2.  
  3. parametro.put("fecha_inicial", java.sql.Date.valueOf(fecha_inicial));
  4. parametro.put("fecha_final", java.sql.Date.valueOf(fecha_final));
  5.  
  6.  
  7. evento.generar_reporte("C:\archivos\reportes\mostrar.jasper")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement