Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listview SubItems in VFP 5
Message
De
12/02/1999 11:02:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Listview SubItems in VFP 5
Divers
Thread ID:
00187041
Message ID:
00187041
Vues:
96
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform