When validating Rules (Variables, Attributes, Etc.) and a wrong input is set, this property indicates whether to retain focus on the wrong field in order to correct it, or move the focus to the next input.
No | Enables to continue the Data input even if any of the previous was with errors on validations. |
Yes | Retains focus and forces user to correct the value to move on to the next field. |
Generators: Java, .NET
Level: Version
When this property is set on Yes, Error Rules that are executed on a field that has bad input, forces the user to correct this input in order to keep inserting data into the fields, if it is set to No, Rules are displayed but editing can be continued.
This behavior is considered only when editing fields, for instance if "Stop on Error" is set on No, This Rule:
Error ("Id can't be Empty") if EmployeeId.IsEmpty();
It will Show the message if EmployeeId is left without data, but will allow to keep editing other Attributes. when "Confirm" button is pressed, the rule will now act as usual stopping the user until Id is inserted.
The Rules are shown in any values of this properties, the difference applies on the possibility to continue editing new fields or not.
Client Side Validation new properties
Validation Message Position Property
Validation Message Overlap Adjacent Controls property