Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOCUS FROM TEXTBOX TO LISTBOX
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01425949
Message ID:
01425972
Views:
54
Move your code to LostFocus
IF LASTKEY() = 13
...
>Not quite, focus always remains in textbox now
>>Tty
>>if nkeycode=13
>> thisform.mylistbox1.SetFocus
>> thisform.mylistbox1.Selected(3)=.t.
>> NODEFAULT
>> RETURN
>>endif
>>
>>
>>>
>>>Sergey, such as:
>>>
>>>if nkeycode=13
>>>thisform.mylistbox1.SetFocus
>>>thisform.mylistbox1.Selected(3)=.t.
>>>NODEFAULT
>>>
>>>No difference :-(
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform