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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to