Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Combo Box
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01006321
Message ID:
01006321
Vues:
72
Hi All,

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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform