nickOS Posted December 26, 2005 Posted December 26, 2005 I would like to create a script to alert and prevent errors when amount A is greater than amount B. If possible, the script will not allow user to proceed without making the necessary correction to amount A. How can I do this ?
Raybaudi Posted December 26, 2005 Posted December 26, 2005 Why creating a script, that you must fire ? Isn't better to create a field (autoenter) with some type of validation (and a custom message too) ? for example: validatingField: autoenter calc = amountB - amountA validation by calc = amountA ≤ amountB
nickOS Posted December 26, 2005 Author Posted December 26, 2005 Thanks Raybaudi for the suuggestion. Must admitt that I did not think about going to a validating field. It works just fine.
Recommended Posts
This topic is 6909 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