Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List box problem...
Message
From
26/08/2002 16:40:26
 
 
To
26/08/2002 16:39:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00693827
Message ID:
00693828
Views:
20
>
>LPARAMETERS cObjName, cSelected
>
>LOCAL oObj AS ListBox, i
>
>oObj = EVALUATE("This."+cObjName)
>
>FOR i = 1 TO oObj.ListCount
>	IF ALLTRIM(oObj.ListItem[i,2]) $ cSelected

* I have tried Selected and SelectedID here, neither works.

>		oObj.SelectedID[i] = .T.
>	ENDIF
>ENDFOR
>
>RETURN
>
>
>Any help would be apreciated.
>
>BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform