Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keep foucs on textbox ?
Message
 
À
09/04/2003 11:23:34
Stanley Yip
Shun Sang (technology) ltd Hong Kong
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00775522
Message ID:
00775658
Vues:
13
You could use the Valid event of the textbox with code similar to this;
* Textbox valid
IF MDOWN()
   lxReturn = .T.
ELSE
   lxReturn = 0
ENDIF
RETURN lxReturn
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform