Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.combo2.refresh not working.
Message
 
À
10/01/2000 07:08:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00315382
Message ID:
00315387
Vues:
28
Hi Cemal,

Try to do the following:

- At your first combobox had a column with the Name, and give 0 to the width of that column (to not be seen, by the user);
- At the Valid of your first combobox, put this code:

Thisform.MyCombo2.Value = This.List(This.ListIndex, 2) && Imagine your NAME column is the secound column
Thisform.REFRESH()


I think this will handle, because as your second combobox is working with Character fields, you can assign them directly (be carefull, it doesn't work with numeric fields).
Please, try this and say something, OK?

Good luck,

Ricardo
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform