It's hard to debug your solution from this level.
Are all of your rules set on the button itself? Is there any code be run
onClick?
When using the email submit, as long as the conditions are all TRUE, the
user will get an email prompt showing what and where they are sending the
form. If you click "send" on that dialog, the email will always get sent.
If you are not seeing that dialog, perhaps you can explain exactly how you
are performing the submit.
--josh bertsch
Currently all the funtionality is in the rules, so there is no onclick
handler in code.
I am trying to put workflow control into the rules of the submit. My form
has three levels of approval, at each approval the recipient digital signs
their section.
So I am checking if signature1 is signed, and sig2 and sig3 are blank then
email address1. If sig1 and sig 2 are signed and sig 3 is blank email
address2. If all three sigs are signed email address3. If not sections
are signed or the wrong section is signed do not send email but put up an
error message (failing the submit).
At the moment if I get into the error state, I still see the submitted
successfuly message, and the form closes (as I have set in submit options.)
Does this clear up my situation?
Thanks
-Jonathan
> It's hard to debug your solution from this level.
>
[quoted text clipped - 25 lines]
> >> Thanks
> >> -Jonathan
Greg Collins [MVP] - 08 Oct 2004 22:30 GMT
Did you select the Stop Processing Rules When This Rule Finishes check box for the rule that displays the error message? If not, then the rules will continue to run down to your submit rule.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Currently all the funtionality is in the rules, so there is no onclick
handler in code.
I am trying to put workflow control into the rules of the submit. My form
has three levels of approval, at each approval the recipient digital signs
their section.
So I am checking if signature1 is signed, and sig2 and sig3 are blank then
email address1. If sig1 and sig 2 are signed and sig 3 is blank email
address2. If all three sigs are signed email address3. If not sections
are signed or the wrong section is signed do not send email but put up an
error message (failing the submit).
At the moment if I get into the error state, I still see the submitted
successfuly message, and the form closes (as I have set in submit options.)
Does this clear up my situation?
Thanks
-Jonathan
"Josh Bertsch [MSFT]" wrote:
> It's hard to debug your solution from this level.
>
[quoted text clipped - 25 lines]
> >> Thanks
> >> -Jonathan