Re: [Gambas-user] IDE pop up help 2196

2009-07-31 Thread Fabien Bodard
i will look at that tomarow 2009/7/30 richard terry : > No longer pops up when swiped but loads the help page into a browser, so one > soon gets dozens of individual browser pages, I think the in-ide-way was > better. > > Richard > >

[Gambas-user] no thers not a FINALLY PROBLEM IN GAMBAS2

2009-07-31 Thread Charlie Reinl
Salut, no I only a bit confused by the .open, throws an error because after the password the connection is open yet. Sorry Charlie -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. S

[Gambas-user] FINALLY PROBLEM IN GAMBAS2

2009-07-31 Thread Charlie Reinl
Salut, am I the only who have problems with FINALLY in Error-Case with CATCH. If open DB (mysql), in case of an wrong password FINALLY is executed before CATCH. In that SUB PUBLIC SUB btnOK_Click() DIM sDB AS String IF cboHost.text = "" THEN cboHost.text = "localhost" ' is default