Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for the active control
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01232440
Message ID:
01232443
Views:
14
This message has been marked as the solution to the initial question of the thread.
>What is a simple way to make sure my current control is in thisform.text1?
IF TYPE([thisform.ActiveControl.Name]) == [C] AND
   UPPER(thisform.ActiveControl.Name) = [TEXT1]
   WAIT WINDOW [Yeah!]
ENDIF 
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform