> 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
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
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
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
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
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
'-
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
>
>
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
--