[Gambas-user] Select a Tabelview entry?

Stefan Miefert smiefert at ...784...
Mon Jun 23 08:06:09 CEST 2008


Hello,

how can i select a tableview entry?

I use this code

Public sub tableview_data(Row AS Integer, Column AS Integer)

RESdata.MoveTo(Row)
Tableview.data.text = Str(REsdata(RESdata.fields[column].name])


        If Column =  0 then
                ' How can I select this entry?!
        End if
end




More information about the User mailing list