Hi.
I have a DateEdit control in form.
How can I protect that control??
It mean that DateEdit set a range. my whole range is 2013-01-01 to 2013-12-31. I edit the first value. The user can put in the control eq 2013-06-01 and the range is set. my question is How can I protect the control that the user can't put eq 2014-01-12.
Any Ideas??