Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox item set to disabled?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00389266
Message ID:
00389470
Views:
25
I believe it works when user click on disabled row, but will not work while navigating with keyboard up/down arrows.
In this case one of the solution is to add code in the Combobox When Event like:
*----------
if this.Value="YourDisabledList"
keyboard '{dnarrow}'
endif
*----------


>>Can I set an item in a combobox that is being used as a dropdown to be disabled? Rowsourcetype is set to value. if the item the value corospondes to is blank in the table I would like the user to see but not be able to pick that item in the combobox. Cant seem to find the right property if there is one and if not does anyone have any ideas?

>Put a backslash before the item to disable
Previous
Reply
Map
View

Click here to load this message in the networking platform