Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set item selected
Message
 
To
03/09/2004 02:18:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939048
Message ID:
00939049
Views:
13
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform