Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox Select All
Message
 
À
30/06/2000 14:32:28
Mark Atherton
University of Ca Davis, Student Housing
Davis, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00387235
Message ID:
00387257
Vues:
16
>I need to show every item in my listbox as selected upon entry to the form. My listbox has 5 entries and all listbox items selected is the default. I have multiselect = .t., and am able to interactively accomplish this when the form is running, I just need all items selected when the form displays. Any suggestions? Thanks.

In the List's INIT:
for each li in this.listcount
   this.listitem.selected[li] = .T.
endfor
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform