Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function keys and validations
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00665069
Message ID:
00665859
Views:
24
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform