[Gambas-user] Datasource filter

2010-01-28 Thread Cyro Corte Real Filho
Hello, I have two datacombos on my form, i need to select a display value on the first, and then when i click on the second datacombo, it to be filtered by the first datacombo value. I already tryed: PUBLIC SUB DataCombo2_MouseDown() DataSource2.Filter = "cod = " & DataCombo1.Value DataSourc

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

[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