I am very new to the InfoPath world. But I was wondering if anyone knows how
to make a drop down list or a list box properties to where a manager can
select his name in either one of these. I need to make a dropdown list or
list box with many names in it but you can only select your name? is this
possible?
Thanks inadvance for any help.
Darla
Just set the username in the XML field using code and show Expression box or
a Readonly text box in the UI.
If you still want to do a validation instead write code in onbeforechange
method to validate if the user is selecting his name or not.

Signature
Agnihotram Jonnalagadda
http://www.ggktech.com
> I am very new to the InfoPath world. But I was wondering if anyone knows how
> to make a drop down list or a list box properties to where a manager can
[quoted text clipped - 5 lines]
>
> Darla