Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listview SubItems in VFP 5
Message
From
12/02/1999 11:02:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Listview SubItems in VFP 5
Miscellaneous
Thread ID:
00187041
Message ID:
00187041
Views:
94
I posted this earlier but no takers. Any ideas now?

*******************

I am trying (so far unsuccesfully) to place subitems in a listview control in VFP 5.

In VB I can use:

Dim mItem as Object
Set mItem = ListView.ListItems.Add(, "_" & CStr(X), !itemdate)
mItem.SubItems(1) = Format(!amount, "currency")
mItem.SubItems(2) = !BaseGL & ""

etc.

How do I accomplish the same thing in VFP.

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform