Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VALID fires again after SETFOCUS
Message
 
 
To
03/01/2008 13:39:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01279306
Message ID:
01279309
Views:
25
This message has been marked as a message which has helped to the initial question of the thread.
You can use RETURN < object > in the VALID
...
    RETURN this.parent.txtSTAYnChildren
>On one form I force the user to follow a particular sequence of input boxes by using SETFOCUS in the LOSTFOCUS method. Typical code would look like this:
>
>    this.parent.txtSTAYnChildren.setfocus()
>    nodefault
>
>
>I have become aware that the VALID method fires again when I do this. (VFP 9)
>
>Normally this would be invisible since the VALID method has just succeeded. In one case, however, I ask the user to verify a condition in the VALID. So now the user gets asked twice to verify the condition.
>
>Can anyone confirm this? Is it SOP? Is there any way around it?
>
>BTW, I have tested placing the NODEFAULT line first and this makes no difference.
>
>Peter
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform