Can I create Mouse-over to display picture in InfoPath 2007

G

GoldyTech

I am creating forms in Excel. I can create a mouse-over using the comments
box and I can insert text OR a picture in that comments box. This way the
client can select items by the picture.
Can InfoPath do something like this?
 
S

Shiva

Hello,

We don't have option to show picture directly as a tool tip in InfoPath. But
we can show the text in tool tip for that control. Properties → Advanced →
Screen Tip.

We can implement same functionality in script. Based on mouse hover on that
control we have to write code to display picture.
 
S

Shiva

Hello,

We don't have option to show picture directly as a tool tip in InfoPath. But
we can show the text in tool tip for that control. Properties → Advanced →
Screen Tip.

We can implement same functionality in script. Based on mouse hover on that
control we have to write script code to display picture.
 
Top