[Gambas-user] DataControl and "No current Connection" Error

Mathias Ebermann math.eber at ...221...
Sat Aug 29 20:32:11 CEST 2009


Thanks, Benoit.

But the database connection IS open, that's why I am confused.

DataSource reads the table, and DataBrowser shows the data in the columns I set in properties. So, the connection seems to be
not the problem.
The only things that don't work are the DataControls. They always produce this "No current Connection".

Or am I completely wrong??
I open the database connection in the PUBLIC SUB Form_Open(), first thing. That's the earliest point I can imagine. I also
tried printing out several events, and always the "connected to database" was the first one, everything else came later.

Regards Mathias


Benoît Minisini schrieb:
>> Hi,
>> new in Gambas, I encountered the following problem:
>>
>> I have a DataSource and a DataBrowser and managed to display the data fine.
>>
>> Now, I wanted to display details of the data in several DataControls.
>> If I fill the "Field" property of the DataControls (e.g. Artikel), I get an
>> Error Message "No Current Connection", right at the start of the program.
>> Nothing runs.
>> If I leave the "Field" property empty, the program runs. But, of course,
>> the DataControls are empty.
>>
>> After a lot trial and error I found out, that doing the same thing in code
>> 	DataControl1.Field = "Artikel"
>> works. This way, everything works fine.
>>
>> I wonder why the "normal" way (like in the Gambas example) produces this
>> error? And why does the "code" way work?
>>
> 
> You must open a database connection before doing anything else.
> 
> Regards,
> 




More information about the User mailing list