Validate Date type ?
I create a form with a textitem and a button.
My TextItem has type is Date with format mask: DD-MM-RRRR HH:MI:SS AM (Hours is between 0 and 23).
Users enter some date to my TextItem. But if they enter some invalid Date (ex: 16-06-2011 15:00:00 PM --> it should is: 16-06-2011 03:00:00 PM). And after that, they click Button, a form appear with error:
FRM-50017: Hours must be between 0 and 23.
How I can process exception when users click button ? Plz help me ! Thanks