[Gambas-user] listview (solved)

gunartha gunartha.nyoman at ...1817...
Fri Jan 18 14:21:46 CET 2008


Ok, thank you very much Mas Bayu
Problem solve


----- Original Message ----- 
From: "Arief Bayu Purwanto" <ariefbayu at ...626...>
To: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
Sent: Thursday, January 17, 2008 5:23 PM
Subject: Re: [Gambas-user] listview


> On 1/18/08, gunartha <gunartha.nyoman at ...1817...> wrote:
>>
>> Thank you Mas Bayu for your reply and I am sorry
>> I ask you again.
>> Refering from your example : how can I select a row in GridView and when 
>> a
>> row have selected I want get return value at colomm ID ( first colomm in
>> GridView)
>> Example :
>> fid    fname            address
>> 1      nyoman        bali
>> 2      joko             surabaya
>> 3      agung           jakarta
>>
>> When cursor at fid 2, how to get that value.
>
>
> Basically it's just a matter changing GridView1.Mode = Select.Single
> or Mode properties in design mode.
> and you can get the value using:
>
> GridView1[GridView1.Row, GridView1.Column].Text
>
>
> -- 
> Arief Bayu Purwanto
> About : http://about.freelancer.web.id/
> Blog : http://bayu.freelancer.web.id/
>


--------------------------------------------------------------------------------


> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/


--------------------------------------------------------------------------------


> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 





More information about the User mailing list