Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set item selected
Message
From
03/09/2004 02:45:38
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939048
Message ID:
00939050
Views:
16
You meant "= (nCnt%2)==0" at the end?
Can you explain what it means?

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform