Re: [Gambas-user] Datacombo order by display

2010-01-28 Thread Kadaitcha Man
On 28 January 2010 20:43, Cyro Corte Real Filho wrote: > 2010/1/27 Benoît Minisini > >> > Hello all, >> > >> > I started to program with gambas and i am very impressed and satisfied so >> > far, a have only two drawbacks on the moment: >> > >> > 1. How can i order my Datacombo by the display Text

Re: [Gambas-user] Datacombo order by display

2010-01-28 Thread Cyro Corte Real Filho
2010/1/27 Benoît Minisini > > Hello all, > > > > I started to program with gambas and i am very impressed and satisfied so > > far, a have only two drawbacks on the moment: > > > > 1. How can i order my Datacombo by the display Text? > > It is not possible at the moment, but I think I can add a p

Re: [Gambas-user] Datacombo order by display

2010-01-27 Thread Kadaitcha Man
2010/1/27 Rolf-Werner Eilert : > Am 27.01.2010 09:08, schrieb Kadaitcha Man: >> 2010/1/27 Rolf-Werner Eilert: >> >>> How can I access the clipboard from Gambas? >> >> http://tinyurl.com/y898okr >> >> Regards, > > Didn't expect it to be THAT easy, man :-) Didn't expect it to be greeted with such HU

Re: [Gambas-user] Datacombo order by display

2010-01-27 Thread Rolf-Werner Eilert
Am 27.01.2010 09:08, schrieb Kadaitcha Man: > 2010/1/27 Rolf-Werner Eilert: > >> How can I access the clipboard from Gambas? > > http://tinyurl.com/y898okr > > Regards, Didn't expect it to be THAT easy, man :-) Thanks for the tipp. Rolf -

Re: [Gambas-user] Datacombo order by display

2010-01-27 Thread Kadaitcha Man
2010/1/27 Rolf-Werner Eilert : > How can I access the clipboard from Gambas? http://tinyurl.com/y898okr Regards, -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data c

Re: [Gambas-user] Datacombo order by display

2010-01-26 Thread Rolf-Werner Eilert
Am 27.01.2010 04:38, schrieb Benoît Minisini: >> Hello all, >> >> I started to program with gambas and i am very impressed and satisfied so >> far, a have only two drawbacks on the moment: >> >> 1. How can i order my Datacombo by the display Text? > > It is not possible at the moment, but I think I

Re: [Gambas-user] Datacombo order by display

2010-01-26 Thread Benoît Minisini
> Hello all, > > I started to program with gambas and i am very impressed and satisfied so > far, a have only two drawbacks on the moment: > > 1. How can i order my Datacombo by the display Text? It is not possible at the moment, but I think I can add a property for that in Gambas 3. > > 2. I

[Gambas-user] Datacombo order by display

2010-01-26 Thread Cyro Corte Real Filho
Hello all, I started to program with gambas and i am very impressed and satisfied so far, a have only two drawbacks on the moment: 1. How can i order my Datacombo by the display Text? 2. Is there a Gridview or Tableview replacement where i can do cut and past? This way i would select the text on

Re: [Gambas-user] DataCombo, key_press

2009-11-21 Thread bbb888
Amended. Thank you for so gently pointing out my error. b nospam.nospam.nospam wrote: > > bbb888 wrote: >> >> >> Try setting .type as the last assignment, don't know, works for me in >> postgresql. It seems that as soon as you give it a type and host and >> user postgresql makes a connect. A

Re: [Gambas-user] DataCombo, key_press

2009-11-21 Thread nospam.nospam.nospam
bbb888 wrote: > > > Try setting .type as the last assignment, don't know, works for me in > postgresql. It seems that as soon as you give it a type and host and > user postgresql makes a connect. Anyway, as I said, dont know works > for me. Perhaps it does work for you. Perhaps the poster isn't

Re: [Gambas-user] DataCombo, key_press

2009-11-20 Thread Tomas Costa rivas
I have a list of items( over 8000) . Each item starts by a numeric part(two digits) that are used to classify the item, and according to this digits certain textbox are visible and certain other not. I want a event when I write the second digit. I write in a datacombo instead of "expand(popup) and

Re: [Gambas-user] DataCombo, key_press

2009-11-19 Thread Benoît Minisini
> Hello: > > Does'nt work a datacombo with key events? > > How can I solve this problem? > > Regards What do you want to achieve exactly? -- Benoît Minisini -- Let Crystal Reports handle the reporting - Free Crystal

Re: [Gambas-user] DataCombo, key_press

2009-11-19 Thread bbb888
Try setting .type as the last assignment, don't know, works for me in postgresql. It seems that as soon as you give it a type and host and user postgresql makes a connect. Anyway, as I said, dont know works for me. b -- View this message in context: http://old.nabble.com/DataCombo%2C-key_pr

Re: [Gambas-user] DataCombo, key_press

2009-11-19 Thread Ricardo Díaz Martín
distro? gambas version? 2009/11/18 Tomas Costa rivas > Hello: > > Does'nt work a datacombo with key events? > > How can I solve this problem? > > Regards > > -- > Let Crystal Reports handle the reporting - Free Crystal R

[Gambas-user] DataCombo, key_press

2009-11-18 Thread Tomas Costa rivas
Hello: Does'nt work a datacombo with key events? How can I solve this problem? Regards -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and d

[Gambas-user] DataCombo

2009-10-09 Thread Tomas Costa rivas
Hello If a datacombo don't run with the event key_press or key_release, how can I launch a event while I write in this control? Another question: Can I display in a datacombo two fields? e.g: datacombo1.display="name"; "surname" There's a few information abouth gb.db.form Thanks Tomás --

Re: [Gambas-user] DataCombo doesn't work

2009-09-06 Thread Benoît Minisini
> Benoît Minisini schrieb: > > DB.Debug = TRUE, and all SQL request sent to the database driver are > > print on the standard error. > > DB.Debug = TRUE is fine, but doesn't display this error. > > Try this tiny silly test file (never did tar.gz before, hope it works) > If you can use it: > Set the

Re: [Gambas-user] DataCombo doesn't work

2009-09-03 Thread Matti
Benoît Minisini schrieb: > DB.Debug = TRUE, and all SQL request sent to the database driver are print on > the standard error. DB.Debug = TRUE is fine, but doesn't display this error. Try this tiny silly test file (never did tar.gz before, hope it works) If you can use it: Set these propertie

Re: [Gambas-user] DataCombo doesn't work

2009-09-03 Thread Benoît Minisini
> I now managed to install Gambas3 sucessfully. (Looks very good, waiting for > the final version!) > > But the error situation about DataCombo ist the same as in Gambas2. > Maybe if I see your code and your SQL schema, I could tell. > Is there any way to see the SQL query the DataCombo produces?

Re: [Gambas-user] DataCombo doesn't work

2009-09-03 Thread Matti
I now managed to install Gambas3 sucessfully. (Looks very good, waiting for the final version!) But the error situation about DataCombo ist the same as in Gambas2. Is there any way to see the SQL query the DataCombo produces? Would help to find out who's wrong, me or Gambas. Matti Matti schri

Re: [Gambas-user] DataCombo doesn't work

2009-09-01 Thread Matti
Benoît Minisini schrieb: > If I remember, DataCombo only works if the primary key of the "directors" > table is "Directors_ID", with the same field name. Is it the case? Too bad. If I rename the primary key field of the lookup table to the same field name, I get the error "Cannot find 'Directo

Re: [Gambas-user] DataCombo doesn't work

2009-09-01 Thread Benoît Minisini
> 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 t

[Gambas-user] DataCombo doesn't work

2009-08-30 Thread Mathias Ebermann
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