[Gambas-user] listview

gunartha gunartha.nyoman at ...1817...
Fri Jan 18 06:59:44 CET 2008


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.

Regards
Nyoman Gunartha

----- 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 12:55 AM
Subject: Re: [Gambas-user] listview


> try this.
>
> Here's the table to test:
> create table friends(fid integer not null primary key auto_increment, 
> fname
> varchar(50) not null, address varchar(100));
>
> On 1/17/08, gunartha <gunartha.nyoman at ...1817...> wrote:
>>
>> Thank for your reply and I have tried your example, but I want to create 
>> a
>> listview like in VB
>> A listview have some colomm and dynamis, if I type caracter in texbox 
>> then
>> the data in listview filtered by it.
>>
>>
>>
>> ----- Original Message -----
>> From: "Arief Bayu Purwanto" <ariefbayu at ...626...>
>> To: "mailing list for gambas users" <gambas-user at lists.sourceforge.net>
>> Sent: Wednesday, January 16, 2008 8:30 PM
>> Subject: Re: [Gambas-user] listview
>>
>>
>> > On 1/17/08, gunartha <gunartha.nyoman at ...1817...> wrote:
>> >>
>> >> Hi All,
>> >>
>> >> I am trying to use a listview in control of gambas, but I dont
>> understand
>> >> how to use it.
>> >> Could you like to tell me where I can get manual or simple example
>> source
>> >> code to use it. I have browse in google and don't find.
>> >>
>> >> Thank you for your kindly help
>> >>
>> >> Regards
>> >> Nyoman
>> >
>> >
>> > Try this one.
>> >
>> >
>> >
>> >
>> > --
>> > 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
>> >
>>
>> -------------------------------------------------------------------------
>> 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
>>
>>
>>
>
>
> -- 
> 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