Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking for the active control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01232440
Message ID:
01232443
Vues:
12
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform