Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox
Message
 
À
19/07/2002 08:31:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00680373
Message ID:
00680405
Vues:
21
I couldn't get it to work that way. But the code below works.

Ria

ComboboxB - RowsourceType = 1(Value)

ComboBoxA - Interactive Change


thisform.comboboxB.clear
do case
case this.text = "A"
select TableA
go top
do while not eof()
thisform.comboboxB.additem(TableA.Field1)
skip 1
enddo
case this.text = "B"
select TableA
go top
do while not eof()
thisform.comboboxB.additem(TableB.Field1)
skip 1
enddo
endcase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform