Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List box 2 based on list box 1
Message
 
À
12/08/1999 16:28:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00253199
Message ID:
00253241
Vues:
19
Set up listbox2 to have a parameterized view for its rowsource (rowsourcetype of alias). Put the view in the DE of the form and mark its NoDataOnLoad property .T..

Now in the Requery of listBox2 put this code;

* Listbox2.Requery()
LOCAL lcParmForView
lcParmForView = Thisform.Listbox1.Value
Requery("TheViewForThisListbox")


Now, whenever the user makes a selection in listbox1 you call the requery for listbox2.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform