Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox Capers
Message
De
14/08/1997 17:12:02
 
 
À
14/08/1997 17:05:01
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00044699
Message ID:
00044773
Vues:
32
>>>If you are using a combobox that is bound to a field and you type something in the combobox, where does that value appear? When I look at the value property it is always "" unless I select an item from the list. I need to be able to either choose an item from the list or type in my own item (isn't that the definition of a combo-box?)
>>
>>Combo.DisplayValue
>
>I'm having the same problem!! And when my combobox loses focus, it's blank! Why?
>
>Elyse

Because, you have to care about row soucre programmatically:
*** Combo.Lostfocus event
IF This.value<>This.DisplayValue
*** add displayvalue to row source (or directly to field) here
Endif
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform