Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding items to 2nd column of Combo
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00396237
Message ID:
00396242
Vues:
12
George,

Us the AddListItem method, not AddItem


FOR i = 1 to 10
this.Combo1.AddListItem(STR(i),i,1)
this.Combo1.AddListItem("Colm 2"+STR(i),i,2)
NEXT
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform