- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Try 'pushing' the value across from the change event of the drop down list, with some code like this JavaScript;
CheckBox10.rawValue = (xfa.event.newText === "") ? 0 : 1;
Assuming your empty value in the drop down is the empty string.
Regards
Bruce
Views
Replies
0 Likes
Total Likes