Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox never gets focus
Message
From
12/08/1998 14:40:49
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00126124
Message ID:
00126138
Views:
16
>>>I have a textbox2 which never receives the focus when textbox1 explicitly says thisform.mytextbox2.setfocus in several of its events.
>>>instead, a cmdbutton gets the focus. I have even blanked out all of textbox2's events. I have to actually place the cursor manually with the mouse into textbox2 to give it the focus.
>>
>I put NODEFAULT in the keypress of mytextbox1 so no mytextbox2 receives the focus like I intended. Why does all the "thisform.mytextbox2.setfocus" in the World have no effect then?

Why you put NODEFAULT in the keypress, I don't know. It's not my business probably :). However, if you want to move focus to particular control, then you should issue :
ThisForm.Control.Setfocus
NODEFAULT
'Usually, it works'.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform