how do you extend the 10 limit of conditions ?

W

Weisen

I developed an InfoPath form that directly connects to Access database and
allow user multiple submit as email message. One problem I met is that one
email receiver’s conditions are 14. However, the limits of the conditions is
10 in InfoPath 2003. I tried to use “contains†to shorten the conditions
within 10 limits, for example if @Department contains “CAO†or “Fire†or
“Transportation and Works†or “…†or “…†, but it doesn’t work. It does not
work for this pattern: “CAO Fire†as well. Contains can only contain one word
such as “CAOâ€.

Any help is much appreciated!

Thanks,

Weisen
 
F

Franck Dauché

Hi,

Have you looked into xdExtension to handle large and complex set of
conditions by code?

Franck Dauché
 
W

Weisen

Thanks Franck,
I do not know xdExtension. I searched The InfoPath Developer's Reference.
There is a property, Extension that is applied to XDoc object. The following
is the example from the Reference.

Example

In the following example, the Extension property of the XDocument object
is used to access a custom function:

objXDocument = window.external.XDocument;
objXDocument.Extension.MyCustomFunction();

Would u mind giviing me more sugguestions?

Thanks again for your help.

Weisen
 
W

Weisen

Appreciate your reply.

It helps.

I will be using JScript to fix it later!

Thanks again for your help

Cheers

Weisen
 
F

Franck Dauché

Hi,

I am glad I could help.
If my last post was useful, don't hesitate to rate it.

Good luck with your InfoPath developments.

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top