[Gambas-user] Select a Tabelview entry?

Benoit Minisini gambas at ...1...
Mon Jun 23 19:46:48 CEST 2008


On lundi 23 juin 2008, Stefan Miefert wrote:
> > Tableview.MoveTo(Row, Column)
> > Tableview.Current.Selected = True
>
> Hello,
>
> I try this
> Tableview.Rows[3].selected = true
>
> Because your example dosent work.
> This  is running fine but how can I get the rownumber?
> Tableview.find(row,column) #
> Didn't work? Or? How can I get the rownumber ?
>

Your question is not very clear. Which rownumber of what do you want? If you 
are inside the Data event, the row number is given by the 'Row' function 
parameter. Otherwise, I don't see what you are talking about.

-- 
Benoit Minisini




More information about the User mailing list