Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command to avoid data appearing twice or more?
Message
 
 
À
01/02/1999 12:59:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00182584
Message ID:
00182598
Vues:
14
>Hi,
>
>I use SET FILTER TO mclass=class and then open a browse window to browse the data for "class" only. But some of the data like Student Class, may appear twice or more depends on the numbers of record.
>
>So, is there any way to keep the same "class" to appear twice or more?
>I want each of them to be listed only once.
>
>Gan

You can also do INDEX ON class TAG class UNIQUE. But only keep the index as long as you're viewing the table. Unique indexes have problems when the data is changed.

-Michelle
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform