[Gambas-user] Extract data form ColumnView
Benoit Minisini
gambas at ...1...
Mon Mar 22 17:11:05 CET 2004
On Sunday 21 March 2004 18:15, Dark Trorrr wrote:
> I'm trying to extract data (a string) from the line
> that is currently selected in a ColumnView control,
> but i don't get what i need. I think this is the
> normal way to do it:
>
> PUBLIC SUB ColumnView1_Select()
> message.info(ColumnView1[ColumnView1.Current][1])
> END
>
Do
Message.Info(ColumnView1.Current[1])
Or
Message.Info(ColumnView1[ColumnView1.Key][1])
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list