Re: [Gambas-user] DataBrowser Help Again

2014-12-21 Thread Benoît Minisini
Le 16/12/2014 13:59, Fabien Bodard a écrit : > I have problems on setting the database connection property on > databrowser too. when the cell lose the focus the connection name > desapear. > > so then i can't choose table name ! > It should be fixed in revision #6761. Regards, -- Benoît Minisi

Re: [Gambas-user] DataBrowser Help Again

2014-12-16 Thread Christian e Ana Luiza Britto
;> programs be installed? >> >> >> >> There is a new bookmark "installed programs" in the project open >> >> dialog. >> >> This is where installed programs... are installed. >> > >> > But the entry is empty?? after instal

Re: [Gambas-user] DataBrowser Help Again

2014-12-16 Thread Fabien Bodard
I have problems on setting the database connection property on databrowser too. when the cell lose the focus the connection name desapear. so then i can't choose table name ! 2014-12-15 22:23 GMT+01:00 T Lee Davidson : > Hello Christian, > > I did not have any success getting the IDE to give me a

Re: [Gambas-user] DataBrowser Help Again

2014-12-15 Thread T Lee Davidson
Hello Christian, I did not have any success getting the IDE to give me any options for the Connection property. (The list was always blank.) So, I set it programmatically. With your app, on the form, make sure the DataSource control is the parent of the DataBrowser. Sample project attached

[Gambas-user] DataBrowser Help Again

2014-12-14 Thread Christian e Ana Luiza Britto
Hi Benoît Minisini and everybody Yes, I've tried to follow the Database example. If I run it it works, but my app still doesn't work. I'm using Gambas version 3.6.90. When I try to inform the Datasource connection name property via IDE the database connection I inform is not maintained, when I cl