[jasperreports-questions] [PRINT] How to print whitout having the windos driver configuratin frame ?
Hello, I have to develop an application wich generate labels (3-4 lines of text and a bar code) one by one. Each label have to be printed before the next is generated. Labels have to be printed whitout human manipulation. So I have to not display the windows configuratin driver frame. Is it possible with jasper report ? how to do this ? (I already how to create report since I use jasper report into another more standard application) thanks :) -- yves piel --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 ___ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
[jasperreports-questions] Charts: Show Integer Values
Hello,I have a simpl chart in the report. I would like to:1. Show values as IntegersMy data contants values of 0,2,4,6 that are java.lang.Integers and categories of X, Y, Z that are strings. The values on the y axis show up as numbers with a decimal point (0.0, 2.5, 5.0, 7.5, 10.0). Is there a way I can make Integers show up there? (0, 2, 4, 6, 8 10)? Thanks & Regards ,Meenakshi.
[jasperreports-questions] Re: Field Alias
Hi Everyone, I saw the email below in the archives and I'm having the same problem: the iReport doesn't acknowledge the aliases at runtime. The report SQL is automatically parsed fine and all fields are parsed fine with the correct alias names. But at runtime it throws an exception about Unknown column name: THE_ALIAS I get that error only if I use the new version 1.2.0, if I use the old version that I have 0.4.0 it works fine, and since I'm using the same driver from the same jconn3.jar, I'm thinking it has to do with iReport. Anyone else having the same issue? Alex From: Barry Klawans <[EMAIL PROTECTED]> Re: Field Alias 2005-10-28 12:04 That sounds like the field names did not get set to the alias name correctly, so that the report engine doesn't see a declaration of the field named "tableA_name". In iReport bring up the Report Query window and check what the lower half shows as the field names. I bet they show "name" twice. If so, make sure that "Automatically Retrieve Fields" is selected. If it is selected, and you have the aliases in the query but they aren't showing up in the field list, that means the JDBC driver you are using isn't showing the aliases correctly. If that is the problem, the fix is pretty easy. Leave the Query window and bring up the Report Fields window. (Go to the View menu and select "Report Fields". In this window you should see a field called id, and possible one or two named "name". Rename one to tableA_name and the other to tableB_name. If the list only shows one field called "name" simply add a new one. One last thing to watch out for. Some drivers map alias names to all lower case (like the PostgreSQL driver) so the names may need to be "tablea_name". -Barry Klawans On Oct 27, 2005, at 5:38 PM, Sigit Purnomo M wrote: > Hello.. I'm new in Java and JasperReports. But I already try > to create / design some report using iReport 0.5.1. But I found a > problem: How can I > use some field with the same name? For example I have this query: > > select a.id, a.name as tableA_name, b.name as tableB_name > from tableA a, tableB b > where a.id = b.id > > When I compile report with that query, it return this error: > > net.sf.jasperreports.engine.JRException: Report design not valid : > 1. Field not found : tableA_name > . > > > > So, is there anyone can help me? > > > Thanx in advance > > Sigit Purnomo M > Indonesia > --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 ___ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
[jasperreports-questions] [PRINT] How to print whitout having the windos driver configuratin frame ?
Hello, I have to develop an application wich generate labels (3-4 lines of text and a bar code) one by one. Each label have to be printed before the next is generated. Labels have to be printed whitout human manipulation. So I have to not display the windows configuratin driver frame. Is it possible with jasper report ? how to do this ? (I already how to create report since I use jasper report into another more standard application) thanks :) -- yves piel --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 ___ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
[jasperreports-questions] Image display
Hi all, I have a requirement where I have to have a part image,part name,part desc,qty etc in one record. If I display the record as it is, the image size comes very small. If I increase the detail band height then the other columns also comes out to be very big which does not look good. I have a color in all the cells in the detail band too. So, if I make the image big & the other cells small then white space comes. Is there a way where I can set the background color of the report or adjust the image size. Please help, I am not able to find a resolution for this problem. Thanks & Regards, Meenakshi. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 ___ jasperreports-questions mailing list jasperreports-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jasperreports-questions