Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox question
Message
From
20/02/2004 12:49:19
Steven Kleypas
Tarrant County College District
Texas, United States
 
 
To
20/02/2004 11:20:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00879194
Message ID:
00879341
Views:
16
Cetin,

I am now trying to customize the control to do a couple of things. First when the control gets focus, I want the selection list to dropdown. To accomplish this, I placed the following in the GotFocus method and it works fine:

KEYBOARD '{F4}'
IF NOT DODEFAULT()
RETURN .F.
ENDIF

Is this the best way to accomplish this?

Secondly, when the list drops down upon entry, I want the first value of the list to be the same as the value in the control. Currently it always shows the first item in the list until the user makes a change to the displayvalue and then the list "syncs" with the combobox displayvalue. Any ideas?

Thanks so much for your time

Steven
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform