Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box bound to an array
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01281347
Message ID:
01281380
Vues:
13
>I would appreciate help on the following question.
>
>I have a combo box bound to an array (RowSourcetype = 5 - Array). The RowSource of this combo is set programmatically in the INIT method of the combo. Then, in the INIT method of the FORM, a value is assigned to this combo box. What happens that if the value assigned to the combo box is not in the array, the combo box value is empty. Is it possible to make the value, even if it is not in the array, to be set/stick?
>
>Thank you in advance for any help.

Use ASCAN() to check if the value is in the array. If it isn't, add it programmatically.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform