Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView Control
Message
 
To
06/04/2000 03:27:50
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00356070
Message ID:
00356195
Views:
22
I want to put main items in column1, description, etc., on the next columns like so:

column1 column2 column3
======= ======= =======
items desc etc.
items desc etc.
items desc etc.
items desc etc.

This code adds the "items" on the first column:

MyListView.ListItems.Add(,,"items")

But to add items on the next succeeding columns, this code:

MyListView.ListItems.Item(i).SubItem(ii) = "SubItem" + Str(ii)

does not seem to do the job. I get an "Unknown Name" error.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform