Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight in Listbox
Message
From
18/09/2004 05:23:45
 
 
To
17/09/2004 23:41:22
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00943316
Message ID:
00943708
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform