Re: [Gambas-user] Grid View and Mysql Result, Time Data

2009-09-18 Thread Demosthenes Koptsis
ok i got it. Thanks! 2009/9/18 Benoît Minisini : >> I have a gridview control and i fill it with values from a mysql >> $RESULT with the next code >> >> PUBLIC SUB grdView_Data(Row AS Integer, Column AS Integer) >> >>   $Result.MoveTo(Row) >> >>   grdView.Data.Text = Str($Result[grdView.Columns[C

Re: [Gambas-user] Grid View and Mysql Result, Time Data

2009-09-18 Thread Benoît Minisini
> I have a gridview control and i fill it with values from a mysql > $RESULT with the next code > > PUBLIC SUB grdView_Data(Row AS Integer, Column AS Integer) > > $Result.MoveTo(Row) > > grdView.Data.Text = Str($Result[grdView.Columns[Column].Text]) > > END > > > The problem now. > When v

[Gambas-user] Grid View and Mysql Result, Time Data

2009-09-17 Thread Demosthenes Koptsis
I have a gridview control and i fill it with values from a mysql $RESULT with the next code PUBLIC SUB grdView_Data(Row AS Integer, Column AS Integer) $Result.MoveTo(Row) grdView.Data.Text = Str($Result[grdView.Columns[Column].Text]) END The problem now. When value is Date with mysql form