Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set item selected
Message
 
À
03/09/2004 02:18:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00939048
Message ID:
00939049
Vues:
14
Look in Selected property, I think You can set it programaticly (read/write at run time)
With little change of HELP example:
   FOR nCnt = 1 TO ThisForm.lstListBox1.ListCount
      ThisForm.lstListBox1.Selected(nCnt) = (nCht%2)==0
   ENDFOR
(Never used or tested)
HTH
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform