0

How to display a dynamic value in tooltip in Adobe livecycle Designer ES2?

I have tried the following script:

form1.page_1.flowedSubform.Table1.Row1.Cell1::mouseEnter - (JavaScript, client) this.assist.toolTip.value = this.rawValue;

1st time when I am hovering the mouse on the field its showing the 'field name' in tool tip

but 2nd time it is showing the right value. But I want the right value on 1st time.

Please find the following Screenshot:

1st time when i am entering the mouse to the field: Displaying field name

2nd time it is giving the right value: Displaying right Value

Saheb
  • 51
  • 6

1 Answers1

0

I have got the solution. I was writing the script("this.assist.toolTip.value = this.rawValue;") on "mouseEnter" event but need to write script on "Exit" event of the field. enter image description here Thank you.

Saheb
  • 51
  • 6