Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView
Message
From
06/09/1999 19:14:14
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
ListView
Miscellaneous
Thread ID:
00261813
Message ID:
00261813
Views:
61
In the init method of the ListView object, I can enter the following code:

ctr = 3
Test = This.ListItems(ctr).Key

That works fine. But, the the following does not:

for ctr = 1 to 5
Test = This.ListItems(ctr).Key
endfor

That produces the error:

Member LISTITEMS does not evaluate to an object.

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform