- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Please check the attached sample.
if(xfa.event.newText != null){ // get the drop down value on change event
TextField1.rawValue = "You Selected " +xfa.event.newText; // here passing the selected value to text field to populate
here code on change event of the drop down list. u can place any even which is suitable for ur requirement.
Hope this will help.
RAGHU.
DropDwnText.pdf
16 KB