Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.SETFOCUS
Message
 
À
05/11/1998 23:17:47
Ian Matthews
Up & Running Technologies Inc
Chestermere, Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00155099
Message ID:
00155168
Vues:
28
Ian,


Setfocus from a LostFocus does work fine as long as you remember to use a NODEFAULT to stop VFP from setting focus again after your setfocus call. For example;
* LostFocus code
IF Somecondition
   THISFORM.Text3.SetFocus
   NODEFAULT
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform