Re: [Gambas-user] FORM.Name overridden.... FORM.Delete overridden errors

2013-12-13 Thread Jussi Lahtinen
When do you get this error? I don't see it (I'm using latest Gambas revision). Or maybe it's because I don't get so far... your app fails on not finding "cty.dat". Jussi On Fri, Dec 13, 2013 at 11:26 PM, Pino Zollo wrote: > Here are: > > the database for PostgreSQL named 'log' > > DBLog2 th

Re: [Gambas-user] FORM.Name overridden.... FORM.Delete overridden errors

2013-12-13 Thread Jussi Lahtinen
> I need to send you the source and a database dump to reproduce the bugs... > > where can I send them ?... > Send minimal possible database and project to reproduce the problem. If it's not big there shouldn't be problems to send it to the list. You can send copy directly to me also. by the wa

[Gambas-user] FORM.Name overridden.... FORM.Delete overridden errors

2013-12-13 Thread Pino Zollo
> Please send runnable project. That way your code is not very readable. > I don't understand how you can get error from "form.delete" when it's not > in your code..? yes...it is not in my code that's why it is a weird bug into Gambas3not present in Gambas2 ... I need to send you the s

Re: [Gambas-user] FORM.Name overridden.... FORM.Delete overridden errors

2013-12-13 Thread Jussi Lahtinen
Please send runnable project. That way your code is not very readable. I don't understand how you can get error from "form.delete" when it's not in your code..? Jussi On Fri, Dec 13, 2013 at 9:46 PM, Pino Zollo wrote: > Gambas 3.5.1 > > > > A TextBox with name "Name" gives FORM.Name Overridde

[Gambas-user] FORM.Name overridden.... FORM.Delete overridden errors

2013-12-13 Thread Pino Zollo
Gambas 3.5.1 A TextBox with name "Name" gives FORM.Name Overridden error --- The string "DELETE" gives error FORM.Delete overridden at line: If FBand.ComboBand.Text <> "WFAX" Then