I was asked by my client to print the receipt into Epson TM U220 (http://pos.epson.com/products/TM-U220.htm) from my web application. I have no idea how to do that. is there any java applets or something else that I can use for printing ? or should i use jasper (is jasper has lib for helping to cope this problem?)
(if there is flash apps...
Hello All,
I'm new to DynamicJasper, I think it's a great project but for a few days I cannot run simple example which will display polish fonts properly. Details sections is generated without any problems automatically displaying polish letters like 'ć ż ź ą' etc. where title and column headers contain strange letters instead.
I was try...
how to pass paramater to sub report in jasper report
i am able to pass the parameter to master report but m not able pass parameter to its sub report
can any one give me the solution for it ?
...
We have a large web app installation, using Apache/Tomcat/Jasper and jboss. In development environment, JSPs are compiled on the fly. Unfortunately, there is one package in particular that the on-the-fly compilation cannot seem to import. For some of the classes, using fully-qualified references rather than imports works, but not for ...
I would like to do like:
SELECT
mat.idmat AS mat,
$P{mylist}.indexOf(mat.idmat) AS myorder,
...
FROM
...
WHERE
...
ORDER BY myorder
In this sql I have a list who index the position of each element, so i want to order using the list
...
Does anyone know of some sample Jasper Reports? I am looking for an Invoice and Receipt Report.
...
I have a report which I generate RTF format off that. It displays fine on the jsp page or in the ireports preview but when it generates the RFT format, it gives me the "Invalid text height" error.
I have no idea which field is causing this error, is there a way in ireports to drill down exactly which field is causing it?
...
Hi,
our customer is loving the Jasper viewer, but we have a problem. It exports data to several different formats (PDF, Excel, CSV, HTML, etc.), but our customer only wants to export to PDF.
How can we customize the Jasper Viewer so that the only format which our users can choose to export data is PDF?
...
I am in the need of using two subreport inside the Mainreport to create pdf document I using Ireport IDE . when i am running Main report file in the i report could not see the content of two subreports in the main report. When i m running each subreport separately i can able to view the content in the Pdf document.Can anyone tell me how...
Hi Friends,
I am new to jasper report.I can able to create Simple PDF document with Javabean datasource.In my project i have created two separete pdf document with separate javabeandatasource , Now i want to merge that both document into single document.Can anyone tell me how to merge both document into single document using jasper...
I am trying to print textfield, which lenght is more than 4000 characters.
I put the text field in page footer and trying print data in page footer, but when data over flows its not printing in next page.
Can anyboday have idea, please reply me.
Thanks,
Raj
...
What are the main differences between the Pentaho BI Suite and JasperSoft BI Suite (as they are currently packaged in 2010)?
...
I want to print only unique values from a dataset into the list component, avoiding duplicate values.
How do I do it ?
Please help.
...
Hello, i am looking for a web based report designer supporting spring/hibernate. I have seen BIRTStudio but it is not free.
I came across this list http://java-source.net/open-source/charting-and-reporting which could be helpful.It might be appropriate to cookup my own small reporting engine as my core requirements are
-End user shoul...
How to access value of a variable inside a dataset; outside a dataset or into another dataset.
I have a variable which counts the number of values in a dataset. I want to use this variable outside the list-component which refers to that dataset.
How do I achieve this ?
...
I got the above error in my jasper report mail. The query that is used in the report is quite complicated (for me). Reading different posts I conclude that to solve this the I have to change the query to
SET TRANSACTION ISOLATION LEVEL REPEATABLE READ
GO
BEGIN TRANSACTION
... my query ...
COMMIT TRANSACTION
? I wonder if this is the ...
My java application is generating an image(basically an org chart) for a jasper report. As org charts go, there's no way one can determine the final size of the image output. Also the image output can grow too large, that cropping the image is useless.
Is it even possible to have the jasper report to dynamically resize it's image eleme...
hi i am new to jasper report and i would like to load the report file in JSP. how can this be possible?
...
I have a jrxml file which is displayed properly when previewed in PDF, but the same file doesn't display correctly when previewed in HTML. Overlapped objects are not displayed. The alignment and formatting also changes.
Please help.
...
I want to make one word of a sentence as a hyperlink.
I have written it as :
Click on our <a href="http://www.google.co.in"> website </a> to know the details.
The markup property of the text field is also selected as "html".
But the hyperlink is not created.
Please help.
...