Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Has Duplicates
Message
De
25/07/2000 11:34:38
 
 
À
25/07/2000 11:18:47
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00396602
Message ID:
00396620
Vues:
8
For a RowSourceType of 2,3 or 6
SELECT DISTINCT mycombofield ;
 FROM mytable ;
 INTO CURSOR mycombosource
For a RowSourceType of 5
SELECT DISTINCT mycombofield ;
 FROM mytable ;
 INTO ARRAY amycombosourcearray
If using RowSourceType of 0, do one of the above and AddItem() or AddListItem() for each row.

HTH
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform