Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01006321
Message ID:
01006322
Vues:
17
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform