Re: [Gambas-user] Gridview_ColumnClick(). How...

2012-06-25 Thread Ru Vuott
Yes, I understood later. Thank you anywayfor your courtesy. Bye Vuott --- Lun 25/6/12, tobi ha scritto: > Da: tobi > Oggetto: Re: [Gambas-user] Gridview_ColumnClick(). How... > A: "mailing list for gambas users" > Data: Lunedì 25 giugno 2012, 18:30 > On M

Re: [Gambas-user] Gridview_ColumnClick(). How...

2012-06-25 Thread tobi
On Mon, 25 Jun 2012, Ru Vuott wrote: > Hello, > > I have a Gridview with an "horizontal" Header. I saw there would be an event > that it rises when I click on a cell of the Header: GridView1_ColumnClick() > > ...the documentatio says: > > Event ColumnClick ( Column As Integer ) > > Sorry,

[Gambas-user] Gridview_ColumnClick(). How...

2012-06-25 Thread Ru Vuott
Hello, I have a Gridview with an "horizontal" Header. I saw there would be an event that it rises when I click on a cell of the Header: GridView1_ColumnClick() ...the documentatio says: Event ColumnClick ( Column As Integer ) Sorry, I didn't understand, can you write a little example ? Th