NetTalk Central

Author Topic: Form automatic validation problem  (Read 3039 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1849
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Form automatic validation problem
« on: June 02, 2019, 06:55:54 AM »
Hi, a form from one file that has a dct validation in a field.
The field is NOT populated, just primed.
Go to the form template Validation tab and set Inmediate Validation to No
but the validation code is still been generated.
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Form automatic validation problem
« Reply #1 on: June 03, 2019, 05:27:08 AM »
dict validation is always generated, because if it is not, and the field is bad, then the FILEMANAGER class will complain (on the server) anyway.

In other words records always have to be "valid" according to the dict. If they can be "not valid" then the validation does not belong in the dict.