Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excluding some records
Message
 
À
31/01/2005 16:57:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
00982479
Message ID:
00982725
Vues:
30
>I have a table of 10 user positions. Of those 10, only 3 positions can be used once. My combo box lists all 10 positions, once the user selects one of the Primary positions (only used once), I want to remove that positioni from the list unless they choose that re-position that particular user.

If your combo is bound to a cursor, (not the base table), you can delete the selected row in InterActiveChange() method. Refresh the combo and the deleted item won't show up. You can recall the row if you want it to appear again.

If the combo is populated using AddItem() method, just remove the item using RemoveItem() method.
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform