Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subitems in Listview Control (VFP 5)
Message
De
12/02/1999 03:55:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Subitems in Listview Control (VFP 5)
Divers
Thread ID:
00186917
Message ID:
00186917
Vues:
62
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
Répondre
Fil
Voir

Click here to load this message in the networking platform