Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable a row in List box
Message
 
À
16/08/1999 22:11:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00254375
Message ID:
00254378
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform