Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Taha_Ahmed
Taha_Ahmed
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
1

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Taha_Ahmed
Customize the badges you want to showcase on your profile
Re: List of attachments in PDF - Adobe LiveCycle 10-09-2009
Hi Mark,Could you please tell how to read/display the contents of the attached file.For eg: d[i].name gives me the name of the attached file.Similarly do we have some d[i]. to get the contents of the attached file?Thanks and Regards,Taha

Views

320

Likes

0

Replies

0
How to read the contents of attached files - Adobe LiveCycle 10-09-2009
Hi,I am designing a Form using LiveCycle Designer 8.0Scenario:User can attach the file through "Attachments" facility provided on Adobe Reader.The requirement is to attach 3 documents and post it to SAP system using Web services.I am using the following code(which i got from this forum only) to find the number of files user has attached.d = event.target.dataObjects;n = d.length;xfa.host.messageBox("Number of Attachments: "+n); //Displaying the names of the Attached filesfor( i = 0; i < n; i++ ){...

Views

569

Likes

0

Replies

0