Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Regaring combo box
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00389141
Message ID:
00389148
Views:
19
>How can I set the read only property of a combobox to true?

At design time: right click on the control, select "properties". On the data tab, change readonly to True

At runtime

THIS.readonly = .T.

Or

THISFORM.cboSmitha.readonly = .T.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform