Re: [Gambas-user] Report and Settings

2014-06-19 Thread roki73
I really do not know how to check which version of SVN I have, but I think I have the last update for the Gambas, from gambas-daily.And the problem is still here! On 19.06.2014 10:04, Fabien Bodard-4 [via Gambas] wrote: > Can you or someone can tel me if this problem remain in the last > relea

Re: [Gambas-user] Report and Settings

2014-06-19 Thread Fabien Bodard
Can you or someone can tel me if this problem remain in the last releases ? I've not any problems like this on svn. Thank you Fabien Le 10 mai 2014 11:59, "Roki" a écrit : > > Hi Randall ! > > This is just a small project that will reproduce the same error that I > previously told you. This is

Re: [Gambas-user] Report and Settings

2014-05-10 Thread Roki
Hi Randall ! This is just a small project that will reproduce the same error that I previously told you. This is only if you're curious about the problem, beacouseFabien already gave the answer, we must be patient until the problem is solved. Anyway thank you guys for your commitment! On 0

Re: [Gambas-user] Report and Settings

2014-05-08 Thread Fabien Bodard
Well its an error in gb.report Preview use gb.setting for storing last user preference when gb.setting is used in the user project. I need to find what goes wrong. Le 8 mai 2014 18:55, "Jussi Lahtinen" a écrit : > How that method "Preview" is defined? > If you cannot show more code, then can you

Re: [Gambas-user] Report and Settings

2014-05-08 Thread Randall Morgan
I've found that this error can sometimes be traced to an object property that has not been initialized. But there can be other reasons as well. So a simple project that can show how you initialize the components and use them and that reproduces the error would help a great deal. On Thu, May 8,

Re: [Gambas-user] Report and Settings

2014-05-08 Thread Jussi Lahtinen
How that method "Preview" is defined? If you cannot show more code, then can you isolate this problem in small runnable project you could send to us? Jussi On Thu, May 8, 2014 at 5:54 PM, Roki wrote: > First, thank Randall for rapid response. You're right, here's my > explanation of the probl

Re: [Gambas-user] Report and Settings

2014-05-08 Thread Roki
First, thank Randall for rapid response. You're right, here's my explanation of the problem. I did a project to record the vehicles that are registered in our company. I use mysql database in background. From the Component tab, I checked (gb.db.mysql, gb.report and gb.settings) because I needed

Re: [Gambas-user] Report and Settings

2014-05-07 Thread Randall Morgan
Can you supply your code? You don't give enough details for anyone to be able to help. On Wed, May 7, 2014 at 2:11 PM, Roki wrote: > Hello everyone, I'm new here! > > Here's my question!? > > When I add gb.settings component in my project, a report returning this > error ("type mismatch: wanted

[Gambas-user] Report and Settings

2014-05-07 Thread Roki
Hello everyone, I'm new here! Here's my question!? When I add gb.settings component in my project, a report returning this error ("type mismatch: wanted integer, got null instead"). When I turn off gb.settings component, report work correctly. Is this a bug or I do something wrong? Sorry for