Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display only drop downs
Message
From
10/10/2006 13:01:43
 
 
To
10/10/2006 12:00:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01160895
Message ID:
01160927
Views:
7
Is it possible to set a drop down combo box so that the valuse are displayed when clicking on the drop down { ] but the values can not be changed, i.e.

Add a property to your combo box called uOldVal and in the combo's GotFocus()put this line of code:
This.uOldVal = This.Value
Then you can put this line of code in the valid:
This.Value = This.uOldVal
Previous
Reply
Map
View

Click here to load this message in the networking platform