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
> 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
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