Case sensitivity

N

Newsgroups

Is InfoPath, when comparing fields, case sensitive?

In other words is (e-mail address removed) the same as (e-mail address removed) when doing an = to?

If not, how would you compare for equality?

Thanks
 
S

Sandhya pati

InfoPath 2007 is case sensitive when comparing text fields.
"(e-mail address removed)" != "(e-mail address removed)"
To compare these two text values, Use the following expression:
translate ("(e-mail address removed)", "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"abcdefghijklmnopqrstuvwxyz") = translate("(e-mail address removed)",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ", "abcdefghijklmnopqrstuvwxyz")
To test this, Used an expression box field on test form. You should replace
the first argument in each translate function with your fields that you want
to compare.

Thanks,
Sandhya
http://www.ggktech.com
 

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