Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine whether an item is disabled
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00796336
Message ID:
00796351
Vues:
13
You can scan Listbox for Listbox.ListItem starting with "\".
Something like:
with ThisForm.List1
FOR i= 1 to .ListCount
if .ListItem(i) = "\"
*disabled
endif
endfor
endwith

>Hi everybody,
>
>An item in a ListBox or ComboBox control can be disabled by placing a backslash (\) before the item. How do I determine whether an item is disabled or not?
>
>Thank you,
>Ali
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform