Case sensitivity

S

Sandhya pati

InfoPath 2007 is case sensitive when comparing text fields.
"[email protected]" != "[email protected]"
To compare these two text values, Use the following expression:
translate ("[email protected]", "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
"abcdefghijklmnopqrstuvwxyz") = translate("[email protected]",
"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
 
Top