Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Down arrow key and selecting a ListBox
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00879967
Message ID:
00880003
Views:
41
Where is your KeyPress?
Your code should work if you are in the object having your code in the KeyPress. For instance, if it is FORM.KeyPress and you are in, say, form.textbox, then sure it will not work.


>How can I select a listbox myList1 when user presses the down arrow key? Should the
>following work??
>Thanks
>STeve Elster
>
>proc KeyPress
>if nKeyCode = 24
> messagebox("pressed down arrow key")
> thisForm.myList1.listIndex= thisForm.mYlist1.Top
> thisform.myList1.setFocus()
> thisform.myList1.click()
>endif
>return .t.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform