Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox Issue
Message
 
À
11/02/2003 10:43:50
Julie Ball
Gardner Publications, Inc.
Cincinnati, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00751887
Message ID:
00752079
Vues:
13
>I have a file that has multiple records that contain the same data in the field that I am trying to list in a comboBox but I only want to have those multiple records listed once. How do I do this without creating another file that lists the data once?

In addition to the other choices, you can keep a unique index tag on that field.
select MyData 
set order to MyUniqueField
scan
MyCOmbo.Additem(MyUniqueField)
endscan
Imagination is more important than knowledge
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform