Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01006321
Message ID:
01006322
Views:
18
You cannot.

>
>Based on the following:
>
>THISFORM.ComboBox.RowSourceType = 3
>THISFORM.ComboBox.RowSource = 'SELECT dept_id FROM dept ORDER BY dep_id into cursor cb_source'
>THISFORM.ComboBox.Value = THISFORM.ComboBox.List[1]	
>
>
>How can I make a specific ListItem disabled ?
>
>
>FOR m.i = 1 to THISFORM.ComboBox.ListCount
>   IF THISFORM.ComboBox.ListItem[m.i] = "78"
>       make it disabled ???
>   ENDIF
>ENDFOR
>
>
>TIA
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform