Questions tagged as 'jasper-reports'

0
answers

PROBLEMS WHEN OPENING A JASPER DOCUMENT - JAVA EE

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...
asked by 05.03.2018 / 22:52
0
answers

Problem with jaspersoft java.lang.ClassNotFoundException:

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...
asked by 06.02.2018 / 14:35
2
answers

JasperPrintManager.printReport (print, false) throws me wrong when I raise the WAR

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...
asked by 25.01.2018 / 13:14
0
answers

How to run something similar to WindowClosing with JasperViewer?

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....
asked by 16.01.2018 / 08:40
1
answer

Use a variable within a query of a DBLINK

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...
asked by 15.01.2018 / 18:41
0
answers

Problems executing a .jar in another computer

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...
asked by 24.09.2017 / 13:40
0
answers

ERROR when linking with JasperReport

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:     
asked by 23.09.2017 / 01:28
0
answers

Problem when using JasperReports in a .jar

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...
asked by 08.09.2017 / 23:06
1
answer

export reports.jasper (ireport) in excel format

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...
asked by 23.08.2017 / 01:47
1
answer

JasperReports Print repeated values when doing INNER JOIN Double

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,...
asked by 24.07.2017 / 21:59