On Mon, Oct 22, 2018 at 1:17 AM Benoît Minisini wrote:
>
> Le 22/10/2018 à 00:43, Markus Schatten a écrit :
> > Dear all,
> >
> > I'm having a weird "Out of bounds" error in the DataBrowser. I'm using
> > the DataBrowser with a PostgreSQL database to edit tables. The error
> > occurs only if I add
Le 22/10/2018 à 00:43, Markus Schatten a écrit :
Dear all,
I'm having a weird "Out of bounds" error in the DataBrowser. I'm using
the DataBrowser with a PostgreSQL database to edit tables. The error
occurs only if I add a new row (with a click on the empty row), enter
data for a few columns, the
Dear all,
I'm having a weird "Out of bounds" error in the DataBrowser. I'm using
the DataBrowser with a PostgreSQL database to edit tables. The error
occurs only if I add a new row (with a click on the empty row), enter
data for a few columns, then go back to edit some previous column and
then pre
Le 16/12/2014 13:59, Fabien Bodard a écrit :
> I have problems on setting the database connection property on
> databrowser too. when the cell lose the focus the connection name
> desapear.
>
> so then i can't choose table name !
>
It should be fixed in revision #6761.
Regards,
--
Benoît Minisi
t;>> Also the menue entry "open example" has gone.
>> >>>
>> >>> Working with the Software Farm makes me crazy. After an installation
>> >>> I
>> >>> do not find the program and the source code either. Where will the
>> >>
I have problems on setting the database connection property on
databrowser too. when the cell lose the focus the connection name
desapear.
so then i can't choose table name !
2014-12-15 22:23 GMT+01:00 T Lee Davidson :
> Hello Christian,
>
> I did not have any success getting the IDE to give me a
Hello Christian,
I did not have any success getting the IDE to give me any options for
the Connection property. (The list was always blank.) So, I set it
programmatically.
With your app, on the form, make sure the DataSource control is the
parent of the DataBrowser.
Sample project attached
Hi Benoît Minisini and everybody
Yes, I've tried to follow the Database example. If I run it it works,
but my app still doesn't work. I'm using Gambas version 3.6.90.
When I try to inform the Datasource connection name property via IDE
the database connection I inform is not maintained, when I cl
Le 14/12/2014 13:34, Christian e Ana Luiza Britto a écrit :
> Hi,
> I'm trying to make a form with a DataBrowser to edit fields in a
> SqLite 3 table. I've tryed everything... I made a connection, put the
> datasource container in a form with the Databrowser within with the
> columns and labels nam
Hi,
I'm trying to make a form with a DataBrowser to edit fields in a
SqLite 3 table. I've tryed everything... I made a connection, put the
datasource container in a form with the Databrowser within with the
columns and labels names but nothing happen. It doesn't work.
Please, someone can share wit
> gb 2.17 Debian sid
> qt
> SQL requests are written, not using intrinsic
> postgresql 8.4.1
> table test(
> id serial primary key,
> label varchar(8) not null,
> date_cre timestamp default now(),
> date_mod timestamp default NULL,
> mri_users_cre integer default 1,
> mri_users_mod integer de
gb 2.17 Debian sid
qt
SQL requests are written, not using intrinsic
postgresql 8.4.1
table test(
id serial primary key,
label varchar(8) not null,
date_cre timestamp default now(),
date_mod timestamp default NULL,
mri_users_cre integer default 1,
mri_users_mod integer default NULL,
front boo
On Wed, 2009-10-14 at 16:16 +0200, Ricardo Díaz Martín wrote:
> If someone needs it I can put here .
I'd like to see it.
> Note the component is in spanish ;-)
I'm sure the code will speak for itself :)
--
Come build
On Wed, 2009-10-14 at 18:08 +0200, Matti wrote:
> DataSource1.ReadOnly = TRUE
> and the buttons are gone.
Ah! Absolutely brilliant. Thank you.
It's not exactly clear in the documentation, and I searched everywhere
before asking.
I've sent an email to "gam...@users.sourceforge.net" to request sig
Gracias colega.
Regards
2009/10/14 Ricardo Díaz Martín
> Jorge,
>
> You got it. There are more subs/functions you need but I hope you can
> extract you want. Please note there is a class TipoString that is only used
> to pass a string by reference (I'm using gambas2)
>
> Regards,
> Ricardo
>
> E
Jorge,
You got it. There are more subs/functions you need but I hope you can
extract you want. Please note there is a class TipoString that is only used
to pass a string by reference (I'm using gambas2)
Regards,
Ricardo
El 14 de octubre de 2009 17:56, Jorge Carrión escribió:
> Ricardo:
> I'm i
DataSource1.ReadOnly = TRUE
and the buttons are gone.
nospam.nospam.nos...@gmail.com schrieb:
> Is there a way to selectively disable the buttons on the navigation
> panel shown on a DataBrowser? I want to allow users to move forward and
> back through the data but not add, delete or save changes
Ricardo:
I'm interested in your component. I have done something like this, and I
like to compare.
Thanks
2009/10/14 Ricardo Díaz Martín
> I use for do this no contol box. I got a form with a grid view with two
> columns (first length = 0) and I got a funtion that open the form fill the
> gridv
I use for do this no contol box. I got a form with a grid view with two
columns (first length = 0) and I got a funtion that open the form fill the
gridvied with available values (at fist row the key and at the second the
visible value for the user) and send to the form the value you choice. In
the
Is there a way to selectively disable the buttons on the navigation
panel shown on a DataBrowser? I want to allow users to move forward and
back through the data but not add, delete or save changes.
Thanks for your assistance.
-
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
Jean-Yves F. Barbier wrote:
> Ron a écrit :
>
>> Is it possible to catch events from a DataBrowser object?
>>
>> Lets say
>> PUBLIC SUB DataBrowser1_MouseUp()
>> ...
>> END
>> PUBLIC SUB DataBrowser1_DblClick()
>> ...
>> END
>>
>> The docs say those are valid but I cannot get it to work, they do
> > No, Charlie,
> > I didn't mean the headers. I know how to rename them.
> >
> > What I meant is:
> > In my DataSource table I have a field "ProducerID".
> > That points to another table "Producers" with the key field "id" and the
> > field "Name". Now I would like to have the Column "Producers.N
> No, Charlie,
> I didn't mean the headers. I know how to rename them.
>
> What I meant is:
> In my DataSource table I have a field "ProducerID".
> That points to another table "Producers" with the key field "id" and the
> field "Name". Now I would like to have the Column "Producers.Name" in the
>
Mathias Ebermann a écrit :
> No, Charlie,
> I didn't mean the headers. I know how to rename them.
>
> What I meant is:
> In my DataSource table I have a field "ProducerID".
> That points to another table "Producers" with the key field "id" and the
> field "Name".
> Now I would like to have the Co
No, Charlie,
I didn't mean the headers. I know how to rename them.
What I meant is:
In my DataSource table I have a field "ProducerID".
That points to another table "Producers" with the key field "id" and the field
"Name".
Now I would like to have the Column "Producers.Name" in the list instead o
Am Montag, den 31.08.2009, 21:52 +0200 schrieb Mathias Ebermann:
> 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
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
Is it possible to catch events from a DataBrowser object?
Lets say
PUBLIC SUB DataBrowser1_MouseUp()
...
END
PUBLIC SUB DataBrowser1_DblClick()
...
END
The docs say those are valid but I cannot get it to work, they dont seem
to get called, anyone use these?
Gambas 2.15.2, qt.
Regards,
Ron_2nd
Ron a écrit :
> Is it possible to catch events from a DataBrowser object?
>
> Lets say
> PUBLIC SUB DataBrowser1_MouseUp()
> ...
> END
> PUBLIC SUB DataBrowser1_DblClick()
> ...
> END
>
> The docs say those are valid but I cannot get it to work, they dont seem
> to get called, anyone use these?
Hi,
How can I access the buttons of a DataBrowser ToolBar in order
to forbid/modify some actions?
JY
--
--
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited ti
When I insert a databrowser into my project I sometime do not see all the
control icons and currently on some when all are there the "new" does seem
to work
Anyone help
Thanks Rodney Rundstrom
--
Stay on top of everyt
Hi Nando
I don't know exactly if this behavior could be changed, but, why don't
you use a tableview or gridview instead? I think it may be not so
difficult to implement the same functionality in a custom toolbar.
Regards
Jesús
nando escribió:
> hi,
> is there a way when i press the del butto
hi,
is there a way when i press the del button in the toolbar not to delete
the register in the database but modify the register to set it as
inactive?
Thank you
--
Stay on top of everything new and different, both insid
34 matches
Mail list logo