[jasperreports-questions] cant generate pdf from application in jar

2007-04-02 Thread popajce
HI, I have a problem, when I' using JasperReports to generate pdf files from my application in IDE, I am able to generate them, but when I pack my application in to jar I can't. There is no exception thrown, but I can't get my report in pdf. Can anybody help me plz. Anyone had this kind of problem

[jasperreports-questions] How to stipulte list of values for "in" clause in a sql query using parameters?

2007-04-02 Thread mxc
Hi there, What is the recommended way for providing a variable list of parameters to a jasper report xml file for use in an sql in clause? ie select * from table where id in ($P{list})? For Mysql I used to be able to use a string variable which I created by concatenating all the values i.e "1,

[jasperreports-questions] number format

2007-04-02 Thread sergiu sarchizian
Hello! I've got a problem that i do not have an answer for in jasper reports. I need a certain number format for my report numeric fields and that is : xx.xxx,xx. Notice that the dot and the comma are inverted (reversed). I saw that there's no such default format pattern. This is the romani