Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView Control
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00356070
Message ID:
00356117
Views:
48
>Hi All!
>
>I am experiencing problems regarding the listview control. I am trying to build an "Explorer" type of window using a treeview and a listview. THe problem is that i cannot seem to add the correct sub-items in the listview. I get a different result. When I tried in VB, it works fine, but in VFP, different result. My code reads:
>
>With Thisform.mylistview
> For i = 1 To 5
> .ColumnHeaders.Add(, , "Column" + Str(i))
> EndFor
> For ii = 1 To 5
> .ListItems.Add(, , "Item" + Str(ii))
> For iii = 1 To 4
> ** next line of code causes a syntax error
> .ListItems.Item(ii).ListSubItems.Add(, , "Subitem" + Str(iii))
> EndFor
> EndFor
>EndWith

My experience with Microsoft ListView : I use ListView from Bela Bodecs or in some cases ListView from dbi technology. Microsoft ListView is very slow when you fill rows and cols. The fast from these 3 ActiveX is ListView of Bela Bodecs.

Jaro.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform