[Gambas-user] Tableview select row?

Stefan Miefert smiefert at ...784...
Fri Jun 20 13:17:56 CEST 2008


How can i select a specified row  havening the first field  a specified value?

I use a

public sub TBLview_Data(Row as integer, Column as integer)
        RESdata.MoveTo(Row)
        TBLview.Data.text = RESdata[RESdata.fields][column].name]
End


How can I set a entry as selected?!?




More information about the User mailing list