Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to reference SubItem() text in ListView 6.0
Message
 
To
22/08/2000 09:18:14
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00407548
Message ID:
00411484
Views:
16
I've seen this post somewhere before :+)

>Terry,
>
>Try
>
>MyForm.MyListView.SelectedItem.SubItems(MyForm.MyListView.ColumnHeaders(cKey).SubItemIndex) = "New Text"
>
>Dan
>
>>cKey is the key of the columheader and SubListItem Add Method must be used.
>>so ..
>>MyForm.MyListView.SelectedItem(MyForm.MyListView.ColumnHeaders(cKey).SubItemIndex).Text="New Text"
>>Hope this helps
>>
>>>I am working a ListView 6.0 service. I can reference and modify the ListItem text, but every time I reference the subitem text, the the list item text is returned. AHA!
>>>Terry
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform