I have a unique reqiuremnt for validation.
I have 2 bound fields and a calculated fiels that is the difference of the 2 bound fields.
if the difference is not zero than the user must add a comment (a third bound field). The validation must make sure something is in the comment field. If the difference is zero the comment is optional
I am using a custom validator and i a correctly entering it. I guess what i need is a javascript function that will return me the value of a calculated field
Thanks in advance, john
I have 2 bound fields and a calculated fiels that is the difference of the 2 bound fields.
if the difference is not zero than the user must add a comment (a third bound field). The validation must make sure something is in the comment field. If the difference is zero the comment is optional
I am using a custom validator and i a correctly entering it. I guess what i need is a javascript function that will return me the value of a calculated field
Thanks in advance, john