N
neeraj
I have 2 text boxes in my switchboard form, txtStrDte and txtEndDte, both
formatted to short date and input masked and the latter carrying a validation
rule of ">=[txtStrDte]" which if not met, pops a validation text message "End
Date has to be greater than or equal to Start Date". Everything works fine
except if one jumps directly to [txtEndDte] while providing values to these
boxes instead of going through providing value to [txtStrDte]. In this case,
if one were to try to go back to txtStrDte after providing value to
[txtEndDte], the validation message pops up and the cursor just doesn't move.
How can I resolve this?
formatted to short date and input masked and the latter carrying a validation
rule of ">=[txtStrDte]" which if not met, pops a validation text message "End
Date has to be greater than or equal to Start Date". Everything works fine
except if one jumps directly to [txtEndDte] while providing values to these
boxes instead of going through providing value to [txtStrDte]. In this case,
if one were to try to go back to txtStrDte after providing value to
[txtEndDte], the validation message pops up and the cursor just doesn't move.
How can I resolve this?