Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Items to ComboBox
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Adding Items to ComboBox
Divers
Thread ID:
00549962
Message ID:
00549962
Vues:
43
How do you add 2 items to each row (one being a group, the other a group id) without displaying the 2nd item? I know how to do it using a SQL statement as the rowsourcetype, but I can't get it working in the INIT() event. I have:

THIS.ADDITEM("",1,1)
x = 2
SCAN
THIS.ADDITEM(t_groups.group_name,x,1)
THIS.ADDITEM(t_groups.group_code,x,2)
x = x + 1
ENDSCAN
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform