Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox doesnt refresh
Message
De
20/03/2006 07:50:54
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00258366
Message ID:
01105774
Vues:
30
>What do you do when you have one combobox the user selects from first which determines which of two arrays will fill the 2nd combobox. I cannot seem to get the 2nd ombobox to fill from the form-level array which I got from doign a SQL on a table.

Hi Cecil,

This works for me: I have a combobox, two Form-property-based arrays and an optiongroup to choose between the arrays. I populated the arrays manually with a loop. In the Click of the optiongroup items:
With Thisform.cboarray
   .RowSource = 'thisform.aarray'
   .RowSourceType = 5 
   .Requery()
EndWith
...I can switch freely between them.

HTH,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform