Re: [Gambas-user] Database example - dropbox select issue

2011-01-23 Thread BenoƮt Minisini
> I have been trying to get up to speed with Gambas by playing with the > examples provided in the distribution. I noticed that the connect screen > for the database example seems to have a problem selecting the first > item from the drop down list. If I click on a item below the first item > it wo

[Gambas-user] Database example - dropbox select issue

2011-01-22 Thread John Spikowski
I have been trying to get up to speed with Gambas by playing with the examples provided in the distribution. I noticed that the connect screen for the database example seems to have a problem selecting the first item from the drop down list. If I click on a item below the first item it works. I can

Re: [Gambas-user] Database example

2009-06-19 Thread charlesg
Hi Thank you Ron for that. A bit more messing around and I think I now understand it. Following on from richard terry's suggestion for simple examples, here it is as simple as I can get it. There is nothing new here: it all comes from the database example. Any corrections to the annotations welc

Re: [Gambas-user] Database example

2009-06-14 Thread Ron_1st
On Sunday 14 June 2009, charlesg wrote: > > Hi, > > I have extracted what I need from the database example. I can even get it to > do exactly what I want. But, in truth, I do not understand how it works > exactly. > '=== > ' FMain.class > PUBLIC $hC

Re: [Gambas-user] Database example

2009-06-14 Thread Charlie Reinl
Am Sonntag, den 14.06.2009, 05:57 -0700 schrieb charlesg: > Hi, > > I have extracted what I need from the database example. I can even get it to > do exactly what I want. But, in truth, I do not understand how it works > exactly. > '=== > ' FMain.cla

[Gambas-user] Database example

2009-06-14 Thread charlesg
Hi, I have extracted what I need from the database example. I can even get it to do exactly what I want. But, in truth, I do not understand how it works exactly. '=== ' FMain.class PUBLIC $hConnLocl AS NEW Connection PUBLIC $resData AS Result '-

Re: [Gambas-user] Database example freezes (1440)

2008-07-10 Thread Benoit Minisini
On jeudi 03 juillet 2008, richard terry wrote: > I was using the database as a part of a wizard to create my database last > night and noticed that if I type anything other than localhost (eg > something nonsensicle like 'adlkfjldjaldkjf' as the host, then the example > freezes up. > > Regards > >

[Gambas-user] Database example freezes (1440)

2008-07-08 Thread richard terry
I was using the database as a part of a wizard to create my database last night and noticed that if I type anything other than localhost (eg something nonsensicle like 'adlkfjldjaldkjf' as the host, then the example freezes up. Regards Richard --