Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know if a control has the focus
Message
 
 
To
02/04/2004 02:15:32
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
00891676
Message ID:
00891711
Views:
32
Another way related Gregory's answer
If Type("_Screen.ActiveForm.ActiveControl")=="O"
	Local loActiveControl
	m.loActiveControl = _Screen.ActiveForm.ActiveControl
	If m.loActiveControl.BaseClass = "Grid"
		*do whatever 
		Endif
	Endif
Endif
Previous
Reply
Map
View

Click here to load this message in the networking platform