-
Hi and sorry for my slowly reply.
I have test mysql with "mysql-connector-java-5.0.5-bin.jar", "com.mysql.jdbc.Driver" and the test is ok.
My jar was in "[javaHome]/lib/ext".
Regard
Pino.
2009-01-08 13:33:08 UTC in FreeReportBuilder
-
Dear Sebastián,
thanks for your help. I hope my project help you in your work.
Thanks Pino.
2008-07-24 07:03:40 UTC in FreeReportBuilder
-
Hi Sebastián and thanks for your words.
Sorry but for now FreeReportBuilder run only for java 1.4.2 or down. I will modify it for java new release but not now.
Thanks
Pino.
2008-07-21 06:46:04 UTC in FreeReportBuilder
-
Hi, if you want a "user manual", a little manual is in
https://sourceforge.net/project/showfiles.php?group_id=140369. Download from "Documentation".
But if you want a "developer manual" there is not. You can say to me.
Regards, Pino.
2008-04-28 07:11:36 UTC in FreeReportBuilder
-
Hi and new happy year.
Sorry for my slowly response.
This rows are the heart of your application.
//Load report
DataPanel dataPanel = new DataPanel();
dataPanel.loadXmlToDataPanel("Path your xml report c:\\report.dtp");
//Run Report
DataEngine dataEngine = new DataEngine("your connection",dataPanel);...
2008-01-02 14:54:39 UTC in FreeReportBuilder
-
Hi,
check in "option window" - use resultSet -,
increase the memory of the Virtual M.,
in file .bat, change the row:
java -Xms256m -Xmx256m -jar it.frb.jar
with
java -Xms("insert here your max memory on system")m -Xmx("insert here your max memory on system")m -jar it.frb.jar
Let me know, hi Pino.
2006-04-26 07:38:33 UTC in FreeReportBuilder
-
Hi Carlos,
for any problems i am here :-)
Which database it uses?
Thanks Pino.
2006-04-21 07:36:28 UTC in FreeReportBuilder
-
Hi,
do you find in your system a file with the name ".freereportbuilder" ?
Pino.
2006-03-28 10:40:49 UTC in FreeReportBuilder
-
Hi Barty,
sorry but i do not know because this problem.
I not can test on MAC OS , i been sorry
because i can not support you now well now.
But does the rest of the application work?
After opened a connection and writing by hand a query, FreeReportBuilder produces a result?
Thanks Pino.
2006-03-24 16:31:16 UTC in FreeReportBuilder
-
Hi,
sorry if i answer to your question only now.
1 - You have a connect open.
2 - if "no" : the admin conn window open, when you click the button???
3 - if "yes" : is any exception catch on output window
thanks pinom.
2006-03-22 15:23:52 UTC in FreeReportBuilder