Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change the contents of a ComboBox interactively
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00021869
Message ID:
00021879
Vues:
34
>I have a form which includes two comboboxes as well as assorted optiongroups and textboxes. I want to have combobox# 2 include certain items (from another table) based on the item selected from Combobox# 1. Any suggestions would be appreciated.

In the LostFocus() method of Combo#1 requery the data for Combo#2 using a parameter based on the item picked in Combo#1. You might even want to make this into a container class, since you will need this setup many times.

Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform