Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable Items in a List Box
Message
De
29/11/2000 13:02:32
Bill Drew
Independent Consultant
Chicago, Illinois, États-Unis
 
 
À
29/11/2000 12:08:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00446832
Message ID:
00446888
Vues:
6
>>Hi,
>>
>>any know how to disable some items from a list Box
>>
>>Thanks and Regards
>
>Add a "\" to beginning of the List(), e.g.
With thisform.Listbox1
>  .List(1)="\" + List(1)
>EndWith
To re-enable the item
thisform.Listbox1.List(1) = thisform.Listbox1.List(1)
The re-enable seems wrong to me. Wouldn't it be
thisform.Listbox1.List(1) = List(1) ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform