Subject: Notes Error: field didn’t pass validation formula
I’m confused…
You seem to want to validate the Settore field.
Then, when it validates this field “When I try to save the form (document) without fill the field” - it validates this field, just like you asked it to?
Validation can run either:
Just when document is saved. Form is set to ‘Automatically Refresh fields’ is not on.
When you fill in the fields. Form is set to 'Automatically Refresh fields.
You created validation, its working, what is the problem ??
Subject: RE: Notes Error: field didn’t pass validation formula
Ciao & thanks for the response,yes, its working. But I don’t understand why appear 3 messages. Normally appears only the first message and not “Notes Error: field didn’t pass validation formula”
I’ve other forms with the formula on Input Validation but appears only the message that I want and not the other.
Subject: Notes Error: field didn’t pass validation formula
Nicola,
I prefer to do my input validation in the QuerySave event. That way, I can have the LotusScript code gracefully stop trying to save if it encounters a problem.
With the regular input validation, if you have a button that is trying to save, it doesn’t gracefully stop and so you can easily get multiple prompts.