- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Try this to work with it:
var oAttachment = event.target.dataObjects;
if(oAttachment == null){
xfa.host.messageBox("number of attached files: 0");
}else{
xfa.host.messageBox("number of attached files: " + oAttachment.length);
}
Views
Replies
0 Likes
Total Likes