- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Shreedhar,
Here is a sample: https://acrobat.com/#d=O1BVeK1eK6lfyUGFFcpEvw
Here I have outlined three ways of accessing the display values and bound values from a dropdown.
The first is where all of the script is in the calculate event of the textfields and not in the dropdown at all.
The second is where the script is in the exit event of the dropdown. This is my preferred option.
The third is where the script is in the change event of the dropdown.
Each option is slightly different to take into account the different objects and events used.
I hope that helps,
Niall