Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable a row in List box
Message
 
To
16/08/1999 22:11:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00254375
Message ID:
00254378
Views:
18
It's actually not much different except you need to use the ListBox.List array. So, for example, if you want to disable all items in the listbox you would do:

for m.x = 1 to thisform.lstListBox.listcount
thisform.lstListBox.list[ m.x ] = "\" + thisform.lstListBox.list[ m.x ]
endfor
Previous
Reply
Map
View

Click here to load this message in the networking platform