Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using the enter key as the selection of list item
Message
 
To
23/09/1998 18:52:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00140093
Message ID:
00140162
Views:
26
>Hi,
>I'm sure this is not a new question but I did not find it FAQ's. How do I code the list box class to use the enter key as the the selection key. Right now if I use the enter key it just changes columns in a two column list box.
>John

Use the keypress event on the listbox?
if nKeyCode = 13
this.click(this.displayValue)


Robert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform