Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox item set to disabled?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00389266
Message ID:
00389470
Vues:
24
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform