Dynamic ScreenTips in MS InfoPath

  • Thread starter Kartik Subramani
  • Start date
K

Kartik Subramani

Hello,

I have this requirement where when a user hovers over a Textbox that has
been filled out, that the ScreenTip displays the entire contents of the
textbox. This way, if the contents are longer than the box, the user will be
able to see this displayed on screen without having to scroll through the
textbox.

I'm wondering if its possible to achieve this functionality. One thought
was to try an XPath expression, but it doesn't appear that its supported; I
just get the expression itself as the screen tip.

If anyone has any ideas on how to accomplish this, that would be great!

Thank you in advance,

Kartik
 
F

Frederik Van Lierde

I think ity is not possible:

The ScreenTip is String (while using the properties)
On the other hand, using xpath in the code behind, but the control are
not direct accessible, only through the Xml data

Ofcourse if someone knows hopw to do it, please let me now.

Frederik Van Lierde
http://www.SilverSandsAssociates.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