Nicolas De Loof wrote:

Hello,

I've a form where some data are required IF an option is selected + I've to check for duplicated entries.

I can setup validation rules using validwhen for both case, but how to register those 2 rules (with different message) under the same validwhen validator ?

You can't have two seperate validwhen rules on one form property, but you can combine them into one rule. I don't think there's any way to change the error message according to which clause fails, though, so you'd need to write an error message that covers both cases.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to