[Gambas-user] Help with charset

Bruce Bruen bbruen at ...2308...
Sun Aug 28 10:04:52 CEST 2011


On Sun, 2011-08-28 at 02:45 -0500, xOChilpili wrote:
> Bruce:
> 
> Thanks it works now. But a have another question if i may...
> 
> I have a TableView control, and i want to get the "selected row" by the user
> when he clicks on the row´s header. Is it possible ?
> 
> Thanks for your help.
> 
> xOCh
> 
> 
> 
> 
 You want to know how to get the row number? It's 

MyTableView.Row

You want to how to get it when the user clicks? It's

MyTableView_Click()


This is all explained in F1 -> Components -> gb.form -> Tableview

Enjoy!





More information about the User mailing list