yaron Posted August 21, 2006 Posted August 21, 2006 I have a field that should be validated against 2 constrictions: 1) not empty 2) calculation and I want the error message write " you must enter a value" when user left it empty, and another message on the other validity failure. can I do this & how. thanks.
IdealData Posted August 21, 2006 Posted August 21, 2006 (edited) When defining fields you may also determine validation criteria - unique, is in a value list, not empty etc.. Also you may have a standard message or a custom message to warn the user that there's something not right. See the OPTIONS > VALIDATION when creating or editing a field. Edited August 21, 2006 by Guest
comment Posted August 21, 2006 Posted August 21, 2006 With field validation, you only get ONE custom message for ANY type of validation failure. If you need more details to assist your user through data-entry, consider a scripted approach.
Recommended Posts
This topic is 6670 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now