Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I using code to add data into 2 column list box?
Message
De
06/12/1999 09:50:00
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
05/12/1999 23:55:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00299032
Message ID:
00299152
Vues:
28
There are two approaches that will work for multicolumn listboxes. One uses the AddItem method, and one uses the AddListItem method.

Using AddListItem():
.AddListItem( pjName,   This.NewItemID + 1, 1 )
.AddListItem( tabledir, This.NewItemID, 2 )
Using AddItem():
.AddItem( cValue1 )
.AddItem( cValue2, This.ListIndex, 2 )
HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform