Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding an itme in a Listbox
Message
 
À
27/12/2000 16:45:52
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00457174
Message ID:
00457214
Vues:
28
>How can I reference an item in a listbox given it's value? For example, I have a list of codes, and I want to know if code "ABC" is selected.
>
>Thanks,
>Elyse
for i = 1 to this.listcount
   if this.listitem[i,1] = 'ABC' and this.selected[i]
      * Item ABC is selected
   endif
endfor
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform