Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can you check if fld has focus?
Message
From
29/01/2001 12:00:37
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00469743
Message ID:
00469780
Views:
24
>>In my form I have serveral text flds. I want to check when one of these
>>text flds gets focus. any ideas?
>
>Robert, you might try something like this:
>
IF TYPE("thisform.ActiveControl") = "O"
>	IF UPPER(thisform.ActiveControl.Name) = "TEXT5"
>		WAIT WINDOW thisform.ActiveControl.Name + " has Focus"
>	ENDIF
>ENDIF
--
ok, thanks...:))
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform