NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 02, 2019, 06:55:54 AM

Title: Form automatic validation problem
Post by: Alberto 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.
Title: Re: Form automatic validation problem
Post by: Bruce 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.