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

Nessmuk
Nessmuk
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
20

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Nessmuk
Customize the badges you want to showcase on your profile
Re: Loop or count for unique in dropdown? - Adobe LiveCycle 19-02-2010
Thanks so much for the advice, Ben.I'm not sure where to put the code you sent.I have an on "exit" switch case javascript on this dropdown that calls the next dropdowns that appear when a user selects a school name.I tried putting your code above this switch case as well as below it but neither pulled dynamically from the dom.The PDF default connection is the XSD and XML (on the PDF that contains this school names dropdown fragment). There are many other nodes in the XML - with the school names ...

Views

288

Likes

0

Replies

0
Loop or count for unique in dropdown? - Adobe LiveCycle 18-02-2010
I'm trying to build my first dynamic dropdown populated from an XML file.The XSD and XML files are output from Access. The nodes of the XML are pretty simple, example as follows:DoeJaneMain street MiddleThe dyanamics on the PDF are running - I'm getting fields filled from the XML.(As in the above sample XML) For a dropdown to just list the unique school names and not repeat every row that contains a school name... Do I loop through the XML with a javascript loop or count, etc? Or can this be set...

Views

2.5K

Likes

0

Replies

3
Re: Dynamic XML PDF not importing fields - Adobe LiveCycle 01-02-2010
Sorry for the delay in replying to this post. I got stuck at a friend's from the weekend snow we had... and am finally back on my own computer.Just before leaving Friday I found the problem with the form not displaying data fields read from the XML.It's a bit embarrassing to admit but, per Steve's instruction here to change the form preview properties (file/form properties) (thanks, Steve!) - I changed the preview from 'print one-sided' to 'interactive' and noticed that I had not set up the link...

Views

258

Likes

0

Replies

0
Re: Dynamic XML PDF not importing fields - Adobe LiveCycle 29-01-2010
Thanks, Steve.I didn't realize this preview setting would change the dynamics of the form... but I'm glad to know this now.I changed to this setting on the (previously attached PDF) file but it's still not importing the XML nodes.I did notice after reading other forum posts here that I had the nested forms set to flow in the wrong sequence. The table for displaying the dynamic rows is wrapped in a subform and this is inside another subform. I reset the table subform to "positioned" and the form ...

Views

257

Likes

0

Replies

0
Dynamic XML PDF not importing fields - Adobe LiveCycle 28-01-2010
I have a PDF developed in Livecycle and saved as a dynamic XML.My database is MS Access and from this I've exported a query saved as an XML file, a XSD schema and an XSL stylesheet. (files attached)I'm trying to populate the PDF from the above mentioned files client-side. I have the fields set up to display in a table with repeating rows.It seems that I've set everything up okay and I get no error generated in the log file when I preview the PDF in Livecycle, but, the fields are notbeing generat...

Views

2.2K

Likes

0

Replies

5
Re: Why 60000+ lines of repeating code in XML? - Adobe LiveCycle 30-11-2009
This was first posted here by mistake and reposted in the regular Livecycle Designer forum and, answered there as well.Since it was posted in this forum anyhow, I thought I would post the correct answer here as well (so as to not be completely pointless here!).All I needed was the update patch for the original (CS4) Acrobat 9 Pro.When the offending file was opened after the update, the repeating lines of code disappeared. Part of the update was a bug fix for the repeating XML code...Just goes to...

Views

110

Likes

0

Replies

0
Re: Why this 60000+ lines of repeating XML code? - Adobe LiveCycle 30-11-2009
The update solved the problem.The update deleted the repeating lines of XML in the PDF when the offending file was opened. (All but a dozen or so in one place which I 'hardcode' deleted.)I use Livecycle on my 'main' work computer which is not online and use another computer just for online. And, as well, I'm up in the mountains where I only have a dial-up connection, so, I don't have 'automatic updates' turned on.Just goes to show that we need to keep abreast of any updates and patches on any pr...

Views

119

Likes

0

Replies

0
Re: Why this 60000+ lines of repeating XML code? - Adobe LiveCycle 20-11-2009
Thank you, Paul.I knew I needed to update my Acrobat 9 (which I understand updates the Livecycle 8.2.1.3144.1.471865 that I have). [ AcroProStdUpd910_T3T4_incr ]I'll try this update first and post a 'problem fixed' here...- ed

Views

119

Likes

0

Replies

0
Why this 60000+ lines of repeating XML code? - Adobe LiveCycle 20-11-2009
Wasn't sure which forum to post the following but suspect maybe here... maybe something to do with template rendering...I have a tremendous number of lines of repeating code on a subform... code shown below.This file was built in Livecycle and saved as a PDF rendered as a Dynamic XML form. The code below is taken from the XML code.The form itself contains 9 subforms and each of the subforms contain many many of the same repeating lines - The 9 dropdowns in the form set up a query (after submissi...

Views

567

Likes

0

Replies

3
Re: Why 60000+ lines of repeating code in XML? - Adobe LiveCycle 20-11-2009
Just realized I may have posted in the wrong forum.Sorry folks...- ed

Views

110

Likes

0

Replies

0