Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AddItem and ListBoxes
Message
De
03/08/1999 10:34:29
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
03/08/1999 04:23:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00249129
Message ID:
00249224
Vues:
19
Bonnie-
AddItem adds the entire row to the listbox, so once you've issued the first AddItem, the second column exists. You simply assign the value to it. IOW, you would use the
Control.List(nRow [, nCol])[ = cChar]
syntax.

THIS.AddItem('FirstOne', 1, 1)
THIS.list(this.listCount, 2 ) = '2ndColumn'

This is just an alternative to Bruce's suggestion.

>THIS.AddItem('FirstOne', 1, 1)
>THIS.AddItem('2ndColumn', 1, 2)
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform