Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 13 with Listview
Message
De
24/09/2004 00:44:34
 
 
À
17/09/2004 10:22:37
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00943356
Message ID:
00945612
Vues:
27
Hi! If you are trying to populate the ListView try this:

Dim x as ListItem

Do while not rs.eof
set x=lvw.ListItems.Add Text:=rs("Element_Name")
rs.MoveNext
loop

I hope this is what you're looking for?
Shit happens!!!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform