Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to test for a disabled list item?
Message
From
24/12/2003 03:29:16
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
How to test for a disabled list item?
Miscellaneous
Thread ID:
00861858
Message ID:
00861858
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform