Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Highlight in Listbox
Message
De
18/09/2004 05:23:45
 
 
À
17/09/2004 23:41:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00943316
Message ID:
00943708
Vues:
16
Tariq,

Your code will go something like this:
WITH THISFORM.LIST1
   FOR i = 1 TO .ListCount
      IF 'mysearchstring' $ .List( i )   && or some other kind of condition to check the string
         .Selected( i ) = .T.
      ENDIF
   ENDFOR
ENDWITH
Hope to help,

Dennis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform