Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why cant a SetFocus be used in Valid method ?
Message
 
À
19/05/2002 03:41:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00658596
Message ID:
00662798
Vues:
23
Grigore, thanks again for your help.

>>For example, if the Valid event returns 0, the control won't lose focus. If Valid returs 2, the focus will skip the next control and will choose the second control. If Valid retuns -1, the previous control will be selected.<<

This is nearly what I want. Is there any way to set focust to a PARTCULAR control (rather than a relative control) from within the valid ?


Regards,

Gerard






>Hello, Gerard
>
>Besides what Sergey and Jim said to you (and they're right), there is a way to set focus from the Valid event. If the valid event returns a numeric value, the focus is set to the corresponding control, respecting the Tab order. For example, if the Valid event returns 0, the control won't lose focus. If Valid returs 2, the focus will skip the next control and will choose the second control. If Valid retuns -1, the previous control will be selected.
>
>Just remember the focus is set after finishing the Valid event. More specifically, the last line of code, which will be RETURN yournumber.
>
>Hope this helps
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform