Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function keys and validations
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00665069
Message ID:
00665859
Vues:
23
This message has been marked as a message which has helped to the initial question of the thread.
Nadya,

In your code that checks the validity put this,
IF VarType(Thisform.ActiveControl) = "O" AND PEMSTATUS(Thisform.ActiveControl,"SetFocus",5)
   Thisform.ActiveControl.SetFocus()
ENDIF
This forces VFP to put focus on the control that currently has focus, but it also forces that control to do its updating of stuff.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform