- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Elaine,
The variable tempRetCust seems to be assigned twice, the first one assigns it some XFA object (with a value property) the second one assigned it to a string (without a value property). So I think eval(tempRetCust) will work, eval(tempRetCust.value) would be the same as eval(undefined).
Bruce
Views
Replies
0 Likes
Total Likes