Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List box problem...
Message
De
26/08/2002 16:40:26
 
 
À
26/08/2002 16:39:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00693827
Message ID:
00693828
Vues:
21
>
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform