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

jmilanski
jmilanski
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jmilanski
Customize the badges you want to showcase on your profile
How can I combine 200+ XDP (XML) files into one spreadsheet or database for analysis? - Adobe LiveCycle 03-12-2009
Hi all,I've got 200+ XDP files that were created by entering data into a LiveCycle PDF form 200+ times and then exporting the data as XDP 200+ times.Now, I want to view all the data at once (for example, in an Excel Spreadsheet or database) so I can look for trends in the data or come up with a summary (for example, 180 of 200 responses answered Question 1 'Yes'). The form does have some image fields, but I don't need to see or analyse those fields.I'm a bit of a newbie. Is there an easy way to ...

Views

1.0K

Likes

0

Replies

5
Re: Can I send parameters and values to a pdf in a browser? - Adobe LiveCycle 28-09-2009
I'm trying to do something similar. Anyone have an answer?What I've read says that you can't import an FDF into a form created with LC. If it can't be done using FDF, can you import an XML file at runtime?

Views

74

Likes

0

Replies

0
Is it possible to import an XML file using a PDF open parameter? - Adobe LiveCycle 28-09-2009
Hi all,I know it's possible to import data from an .xml file into a form automatically when the file opens (by hardcoding the xml file name using javascript and the importData function).Problem is I don't know the name of the .xml file ahead of time, so i can't hard code it.1) Is it possible to pass the name of that .xml data file to the form using a URL/hyperlink? Maybe something similar to the Adobe PDF open parameter FDF.2) Or has anyone managed to import an FDF into a form created with LiveC...

Views

585

Likes

0

Replies

1
Button to turn form access on and off? - Adobe LiveCycle 13-09-2009
Hi all,I want to be able to click a button on a filled-in subform (form1.Data) to change its access from read-only to open (and back again).I put a button on the master page (so i can still click the button when the subform is protected) with this IF statement, but it doesn't work. Sorry if it's a newbie mistake, but any idea why? Thanks.If (form1.Data.access="open") then form1.Data.access = "protected"else form1.Data.access = "open"endif

Views

548

Likes

0

Replies

1