[Gambas-user] GridView

Eric Damron edamron at ...776...
Wed Jan 12 02:04:16 CET 2005


Charlie wrote:

> Eric Damron schrieb:
>
>> Can someone give me a code snippit in the way of an example of using 
>> a gridview?
>>
>> If I have a Result object called vResult and a gridview called 
>> myRecords how do I move data into a gridview from the Result?  The 
>> code below doesn't work.
>>
>>
>>  FOR EACH vResults
>>
>>    myRecords[intC, 1] = vResults["description"]
>>
>>  NEXT
>> Thanks
>
>
> Salut,
>
> send your an example of TableView, where I made a Class to manage none 
> bounded data.
> But you can also use it for bouded data.
> Hope that helps .
>
> Amicalment
> Charlie

Thanks Charlie.  Examples are just what I need.  :-)




More information about the User mailing list