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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to