[Gambas-user] Error : MySQL.
Leo Barnhoorn
leo.barnhoorn at ...246...
Wed Jul 21 15:23:48 CEST 2004
Hello Nigel,
I forget to tell that $rData.Field.Name returns the right information,
it returns Grants for leobarn at ...539...
PUBLIC SUB tbvGrantsUsers_Data(Row AS Integer, Column AS Integer)
$rData.MoveTo(Row)
ERROR
tbvGrantsUsers.Data.Text=Str($rData[tbvGrantsUsers.Columns[Column].Text])
'tbvGrantsUsers.Data.Text = Str($rData[$rData.Field.Name])
CATCH
Message.Error(Error.Text)
END
More information about the User
mailing list