bens Posted January 18, 2005 Posted January 18, 2005 I have a field with radio buttons from a value list, The values are 1, 2 and 3. What i want is when 2 is selected, an other field in the layout can't be empty, if 1 or 3 is selected the field is allowed to be empty. The script/Calculation has to work in the web publishing engine (browser)
-Queue- Posted January 18, 2005 Posted January 18, 2005 Try a validation on your other field of radioButtonField <> 2 or not IsEmpty(thisfield).
bens Posted January 19, 2005 Author Posted January 19, 2005 It won't work. I think i have to be more specifik. (sorry) I have a field with radio buttons from a value list, The values are Standard, Unterbau and Skum. What i want is when Unterbau is selected, a field called Unterbau Shore can't be empty. if Standard or Skum is selected the field is allowed to be empty.
-Queue- Posted January 19, 2005 Posted January 19, 2005 radioButtonField <> "Unterbau" or not IsEmpty(Unterbau Shore) Make sure the validation is on Unterbau Shore.
bens Posted January 20, 2005 Author Posted January 20, 2005 It won't work. I make the validation in Define Database, and on the specifik field. any ideas?
-Queue- Posted January 20, 2005 Posted January 20, 2005 It works fine for me. Check that 'Validate only if field has been modified' is deselected.
bens Posted January 21, 2005 Author Posted January 21, 2005 That was it Thank you for taking your time
Recommended Posts
This topic is 7249 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