Yes, I remember the old days in VB. It was very simple, when you used the
result of a SQL query as DataSource.
I will install Gambas3.
Thanks.
Benoît Minisini schrieb:
>>> No, Charlie,
>>> I didn't mean the headers. I know how to rename them.
>>>
>>> What I meant is:
>>> In my DataSource table
e Column "Producers.Name" in the list instead of
"ProducerID".
I mean the field values of the records, not the headers.
Charlie Reinl schrieb:
> Am Montag, den 31.08.2009, 21:52 +0200 schrieb Mathias Ebermann:
>> Hi,
>>
>> DataBrowser is a really great to
Hi,
DataBrowser is a really great tool.You don't need any code for displaying the
fields of records, depending on what the user
clicks in the GridView..
But since DataBrowser uses only ONE table (set in DataSource), I can't find a
way to display for example "Producer.Name" in
the GridView inste
Hi,
I'm experimenting with a DataCombo. Maybe I'm wrong again, but as I understand,
it should work like this:
Let's say I have a movie database.
The table "movie" is in my DataSource.
In this table is a field "Directors_ID", the directors are stored in the table
"directors", where there is a fie
Ah, now I understand. Thanks!
It's explained in your help file gb.db/Connection.
Didn't see that before.
Benoît Minisini schrieb:
>> 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
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
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