Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining which control has focus
Message
 
To
25/07/1998 11:37:38
Ernie Veniegas
Micro System Solutions, Inc.
Calistoga, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00121349
Message ID:
00121354
Views:
17
>Thanks Josh ... I scoured help for "Focus" but didn't think of "ActiveControl." Oh well ... this will do me.
>
>Ciao.

Ernie,

Be sure to check that there is an activecontrol before you try looking at its properties. There are times when the fomr has no activecontrol.
IF TYPE("THISFORM.ActiveControl.Name") = "C"
   * Then check it out

ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform