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

drod808
drod808
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by drod808
Customize the badges you want to showcase on your profile
Saving a PDF with attached docs - Adobe LiveCycle 09-05-2013
Hi,I used Lifecycle Designer to create three buttons ("Add File", "Open File" and "Remove File").The Add File button has the following code:var myDoc = event.target;var sFile = "myFile";myDoc.importDataObject ({cName: sFile});var mydataObject = myDoc.getDataObject (sFile);var sFileName = myDataObject.path;ProgramCodeLB1.addItem(sFileName,sFile);Next, the Open File button has the following code:try{var myDoc = event.target;var sFile = ProgramCodeLB1.rawValue;myDoc.exportDataObject({ cName: sFile,...

Views

396

Likes

0

Replies

1