Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView Control
Message
From
06/04/2000 03:27:50
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00356070
Message ID:
00356139
Views:
22
Charles,

try this:
...
* remove this line .ListItems.Item(ii).ListSubItems.Add(, , "Subitem" + Str(iii))
.ListItems.Item(ii).SubItem(iii) = "SubItem"+STR(iii)
...
The columns (that is the "main" text of the row and the subitems) of the ListView are created by adding the headers to the ListView. Afterwards the SubItems have to be filled with values but not to be created by Add().
This is not exact knowledge but own experiance...
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform