I have no problem when generating a document jasper in pdf , the problem is that when that pdf I paste it to a folder of a server and when I open it I get a message that the file It is damaged.
Create folder code and copy...
Good morning, in advance thank you for taking the time to read my question.
I am modifying some reports with ireport 4.1.3 (if it is very old) however it is the only one that let me compile the reports that I do, now I have changed my PC and...
Good morning, I'm having a problem with the execution of my project because I want to automatically print a ticket (report) which if I do from an IDE (eclipse) if it works perfect, but when exporting the WAR and pick it up from Tomcat , Glassfis...
If WindowClosing is used to run an event on a jframe when closing it,
How could you run an event with jasperviewer when you close your window?
The reason for this is to ask the user if he wants to generate a pdf of the jasper or just close it....
I would like to ask you the following, is it possible to use a variable to filter the information that comes from a query of a DBLINK ?. Something like this:
SELECT *
FROM (
SELECT * FROM dblink('dbname=db port=5432 host=dbhost user=dbuser pa...
The problem is that when running the .jar everything works correctly less when creating the report. The route of the .jrmxl I do not believe that it is because in my pc it works so much being the project from C: as being in a USB pen.
Any ide...
Error sending data to .jrxml.
The idea is from a JTable read the data and pass them to the report, all without connection to database.
I enclose the error that launches:
I'm making an application that uses JasperReports, I run the program from my computer and it generates the report well but when I make the .jar and try it from another computer it does not show me anything. My code is as follows
public class R...
I have not been able to find the solution to be able to export a report to excel.
I managed to export it in pdf format in a dynamic web project in eclipse.
File reportfile = new File (application.getRealPath("empleado.jasper"));
Map&l...
This is my inquiry code
SELECT
FACTURA."ID" AS FACTURA_ID,
FACTURA."CLIENTEID" AS FACTURA_CLIENTEID,
FACTURA."USUARIOID" AS FACTURA_USUARIOID,
FACTURA."FECHA" AS FACTURA_FECHA,
FACTURA."TOTAL" AS FACTURA_TOTAL,...