The Search is down, and I did check the FAQ.
The Valid method appears to be somewhat of a trap to get out of.
It is readily obvious that each validation could be adjusted, or the valid code could be placed in the LostFocus method, but I would prefer a more elegant solution.
I would like to be able to globally(or by form) by-pass the Valid event for any/all given controls.
ON KEY LABEL does not work, as it is outside the container, which precludes using something like "ON KEY LABEL Escape ThisForm.Object.SetFocus"(I have tried it).
I think something that would redirect the ON KEY LABEL command back into a form container, such as "DO code in Form", but I am not sure even that would work, even if I knew how to do it.
Any ideas are welcome.
The Valid method appears to be somewhat of a trap to get out of.
It is readily obvious that each validation could be adjusted, or the valid code could be placed in the LostFocus method, but I would prefer a more elegant solution.
I would like to be able to globally(or by form) by-pass the Valid event for any/all given controls.
ON KEY LABEL does not work, as it is outside the container, which precludes using something like "ON KEY LABEL Escape ThisForm.Object.SetFocus"(I have tried it).
I think something that would redirect the ON KEY LABEL command back into a form container, such as "DO code in Form", but I am not sure even that would work, even if I knew how to do it.
Any ideas are welcome.