Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subitems in Listview Control (VFP 5)
Message
From
12/02/1999 03:55:54
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Subitems in Listview Control (VFP 5)
Miscellaneous
Thread ID:
00186917
Message ID:
00186917
Views:
61
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
Reply
Map
View

Click here to load this message in the networking platform