I am trying to create an exception to a rule that I have set in my infopath
document. I am not sure if this is possible, but there should be some
logical workaround that could be figured out I suppose. Anyone know how I
might go about this?
Basically, I want a "ruleA" to apply when "X" = "Y" , but when "X" = "Y" +
"Z" (Z = some other option is selected in addition to Y) , then stop
applying "ruleA" .......but when that "Z" factor is removed(unselected), I
would like the ruleA to be applied again automatically as well. I have this
half working already, but I cannot get the rule to apply again after "Z" is
removed (unselected) without infopath giving me an error "rule not applied;
aborting..."
I hope this makes sense. Thanks.
JaiyeHTP - 07 Aug 2007 12:36 GMT
Nevermind, I just fixed my problem! I just had to code some more "active"
logic for the other two options possible for the user to select, so that it
chose the appropriate items upon selection.
> I am trying to create an exception to a rule that I have set in my infopath
> document. I am not sure if this is possible, but there should be some
[quoted text clipped - 10 lines]
>
> I hope this makes sense. Thanks.