Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent forms from loosing the focus
Message
From
12/10/2001 07:30:32
 
 
To
12/10/2001 07:12:09
Nicola Gotti
Produzioni Software Sas
Padova, Italy
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00567470
Message ID:
00567479
Views:
14
In the form LostFocus event you could put code like:
IF NOT this.gone
	mouse CLICK AT 1,1 PIXELS WINDOW (this.Name)
	return .f.
ENDIF
>How can I prevent a form from loosing the focus keeping its WindowType = 0 (Modeless) ?
Previous
Reply
Map
View

Click here to load this message in the networking platform