Re: [Gambas-user] gb.db.form driver missing

2011-02-16 Thread Michael
Tobias, I am presuming this form is your startup class, in which case you are trying to utilise the Db Connector before your resources are fully loaded. It might not happen if you use this code in a form lower in the hierarchy. Personally I keep all Db access in a separate class called "data" wh

[Gambas-user] gb.db.form driver missing

2011-02-16 Thread tobias
good evening, i'm testing gb.db.form for some time now and got some confusing (in fact it is not that confusing, i can imagine the situation): i have a simple form form->datasource->databrowser and my code is as follows: PUBLIC hConn AS NEW Connection PUBLIC SUB Form_Open() hConn.Type = ... hC

Re: [Gambas-user] Gambas API options

2011-02-16 Thread Toni Rosa
John Spikowski wrote: >On Tue, 2011-02-15 at 21:38 +0100, Fabien Bodard wrote: >> have you tested gbs3 ? > >Yes. I have both 2 & 3 of Gambas installed on my Ubuntu 10.10 32 bit OS. > >> >> the gambas scripter... >> > >Yes. It works very much like ScriptBasic in this mode. > > >> and i don't u