|
-
May 18th, 2001, 09:29 AM
#1
Thread Starter
Hyperactive Member
ListView - Invalid Property Value
I'm new at using ListView. The following returns an Invalid Property Value message
Code:
.Item(1).SubItems(ColumnCounter + 1) = NewData(ColumnCounter)
What am I doing wrong?
-
May 18th, 2001, 10:10 AM
#2
Either NewValue doesn't return a string or something, that can to transformed to a string, like a number.
Or the columncounter variable contains a number, that is too high. The first subitem of a given item has index 1.
Hope this helps
-
May 18th, 2001, 10:26 AM
#3
Thread Starter
Hyperactive Member
Thanks AIS_DK - it was a problem with the columncounter being too high.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|