Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox Capers
Message
From
14/08/1997 19:19:04
Biju Varghese
M.H Alshaya Co W.L.L
Kuwait, Kuwait
 
 
To
14/08/1997 17:12:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00044699
Message ID:
00044801
Views:
36
> > >>>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 The solutions sample give a good example of this case. Tried? Regards, Biju
Previous
Reply
Map
View

Click here to load this message in the networking platform