Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit box loses focus
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00172543
Message ID:
00172800
Views:
29
Hi Felisa,

Maybe the following works:

thisform.txtfsc.enabled=.t.
thisform.txtfsc.visible=.t.
Thisform.Refresh() && << insert this line
thisform.txtfsc.setfocus()

One other reason could be that you disable the maintance button in its Click event. Since the called form is modal, you don't have to disable those buttons.

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform