Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List Box - select via code
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
List Box - select via code
Divers
Thread ID:
00291709
Message ID:
00291709
Vues:
63
The following code is in a forms init method. The correct row is outlined in the listbox, but is is not highlighted as when clicked. I've tried "thisform.lstC.setfocus()" and "thisform.lstC.click()" but neither attempt hightlights the row in question. Please clue me in.


lparameter lc_record_id
for lnx = 1 to thisform.lstC.ListCount
if thisform.lstC.list(lnx,2) = lc_record_id
thisform.lstC.Selected(lnx) = .t.
thisform.lstC.value = thisform.lstC.list(lnx,2)
exit
endif
endfor
Robert - Zxytek
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform