Hi ,
I have a scenario where a section of PDF is mandatory. Once the user types data into a field within this section the entire section needs to be mandatory. So the validation is
* If any one field is populated and the user tries to move the focus on any control outside this section validation error to be thrown
was trying to write this in the exit event for all the controls within this section, however I was able to confirm if the control is going outside this section or not.
Many thanks
PS