Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to test for a disabled list item?
Message
De
24/12/2003 03:29:16
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
How to test for a disabled list item?
Divers
Thread ID:
00861858
Message ID:
00861858
Vues:
59
I created a listbox and populated it with values via the AddItem method. When an item it picked I disable it by adding a backslash to the item value....

this.List1.ListItem(i)='\'+this.List1.ListItem(i)

The strange thing is once I add a backslash, it disables the item OK but backslash is no longer there. In fact, to re-enable it I just issue....

this.List1.ListItem(i) = this.List1.ListItem(i)

on the previously disabled item.

Now I need to know which items have been disabled.

Any suggestions?

Thanks.
L.A.Long
ProgRes
lalong1@charter.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform