Displaying InfoPath Error tooltip alongside the erroneous control

R

rahul sabharwal

hi
I have this case where I want the ToolTip which InfoPath displays for
erroneous controls, to appear alongside the control.
This would be much the like the custom-validator which we use in normal aspx
prgramming.
I don't know how to add this text dynamically at runtime.
I'll appreciate any help i can get.

Thanks
rahul
 
S

S.Y.M. Wong-A-Ton

You can add an expression box behind the control and then create a rule on
the control that sets the value of the expression box to the error text. You
also have to set a condition on the rule; this would be the condition that
determines when to display the error text.
 
Top