[Gambas-user] Columnview, how to read?

Fox _root at ...324...
Tue Aug 26 12:08:18 CEST 2008


Werner wrote:
> to traverse trough the items of a ColumnView you could do this:
> CVmycv.MoveFirst
> WHILE CVmycv.Available
>  Print CVmycv.Item.Key 'or whatever else you want to do here
>  CVmycv.MoveNext
> WEND
>
>
> but I don't understand what you actually want to do.
>   


Suppose that I have data in the Columnview

Columns:
a picture | Name | Surname | Address | telephone etc.


now I want to store ALL the items in a file, in a variant array[][] ... 
or where you want


 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Vasco è tornato! Sul tuo cellulare Il mondo che vorrei
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=7749&d=26-8




More information about the User mailing list