Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 13 with Listview
Message
De
17/09/2004 10:22:37
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Error 13 with Listview
Divers
Thread ID:
00943356
Message ID:
00943356
Vues:
74
Hello,

I keep getting an error 13 (type mismatch) when trying to reference a variable to the addd method of a listview.

Why is that?

here is the code:

dim x as ListItem
Do While Not rs.eof
(error here on the referencing)
x = lvwElements.LstItems.Add
x.Key = rs("Element_Name")

rs.Movenext
loop


Thanks
Ben Rail
Business Solutions
LOGI.design
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform