Article Details
Id:10770
Product:finPOWER Connect
Type:FIX
Version:1.06.06
Opened:22/11/2012
Closed:04/12/2012
Released:29/01/2013
Job: J010783

Validation for Date, Time and Number controls has been updated to give clear error messages

Validation for date, time and number controls has been split to test the minimum allowed value and then the maximum allowed value. These examples are based on the Date control.

  1. If the date is < minimum allowed date the following message will now be displayed:
    • Date must be on or after dd/mm/yyyy
  2. If the date is > maximum allowed date the following message will now be displayed:
    • Date must be on or before dd/mm/yyyy
  3. If the minimum and maximum allowed values are changed from the default values then the following is an example of the message that will still be displayed:
    • Date must be between 25/11/2012 and 31/12/2012
  4. An example of the validation error message that was displayed before this change:
    • Date must be between 31/01/1753 and 31/12/9999