Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 13 with Listview
Message
From
24/09/2004 00:44:34
 
 
To
17/09/2004 10:22:37
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00943356
Message ID:
00945612
Views:
28
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!!!
Previous
Reply
Map
View

Click here to load this message in the networking platform