Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List Box - select via code
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
List Box - select via code
Miscellaneous
Thread ID:
00291709
Message ID:
00291709
Views:
61
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
Next
Reply
Map
View

Click here to load this message in the networking platform