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

quarky422
quarky422
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
9

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by quarky422
Customize the badges you want to showcase on your profile
Re: 49:xfa:... oOriginalNode is null - Adobe LiveCycle 20-11-2013
Thank you, both, for this! It took me a white to figure out where to find the code for the automatically added "DoColorFields". I finally looked in the right spot under the heirarchy tab and noticed it. Once I commented out that line the same problem I was having went away.Thanks again!

Views

207

Likes

0

Replies

0
Re: How do I keep track of rows that I add to a table so that I can later update or delete them? - Adobe LiveCycle 16-05-2013
No problem at all. Thanks a bunch for the added advice and information. That is sort of the way I had started to proceed. It's good to know I was on the right track and the bit about the global binding is especially helpful!

Views

109

Likes

0

Replies

0
Re: How do I keep track of rows that I add to a table so that I can later update or delete them? - Adobe LiveCycle 16-05-2013
Thanks for the pointer. I had read that but it doesn't really give me any help on trying to keep track of what row the data is in.Let's say you have 5 different sets of data. Let's call it A, B, C, D and E and let's also say that each set of data corresponds to a specific row in the table. The rows could be in any given order.When someone puts data into fields associated with "A", I need to be able to update row "A". When comes back later and changes data in fields associated with "A" then the r...

Views

105

Likes

0

Replies

0
How do I keep track of rows that I add to a table so that I can later update or delete them? - Adobe LiveCycle 15-05-2013
A> The form has a set of text field and dropdown list inputs. After the user puts data into a specific text field, on change, I need to add their data to a table on the first time through. There are lots of different sets of inputs that would each have their own row.B> Later the user comes back and edits the data in one of the fields. I need to update that specific row with the new values.C> Later the user comes back and deletes data completely from one of the fields so I need to delete that spe...

Views

670

Likes

0

Replies

4
Re: Presence field not working - Adobe LiveCycle 14-02-2013
I figured out that JavaScript was disabled in Adobe Acrobat. Company must have pushed down a setting that disabled JavaScript in there because it is the same on multiple machines here. That explains why I'm pulling my hair out trying to get button clicks to work. It doesn't explain why my javascript "DocReady" works on some PDFs and not on others. Hmmmm. Weird behavior.

Views

283

Likes

0

Replies

0
Re: Presence field not working - Adobe LiveCycle 14-02-2013
I think there is a problem on our systems. This document (page 2) supposedly is a working example of a subform being hidden,visible, invisible based on a radio box. This document (again on page 2) doesn't work on either of our Windows 7 systems here at work. I'm suspecting a computer configuration issue now.Link: http://www.assuredynamics.com/wp-content/uploads/2010/11/Assure-Dynamics-Changing-the-objects-presence.pdfCan you confirm that this PDF works for you?

Views

284

Likes

0

Replies

0
Re: Presence field not working - Adobe LiveCycle 14-02-2013
Even this isn't working in the form1::docReady section: this.SubformPage1.DropDownList1.presence = "hidden"; SubformPage1.DropDownList1.presence = "hidden";Just trying to have the dropdown list start off as hidden.Is there a compatibility issue with LiveCycle ES (8.1) and Windows 7?

Views

289

Likes

0

Replies

0
Re: Presence field not working - Adobe LiveCycle 13-02-2013
I tried doing it on a regular page first and when that didn't work I consolidated it to the master. I've put ot back to the regular page and I believe I have it setup the way you've said. It still doesn't work. It acts like Javascript is turned off. Even the call in DocReady to make the dropdown list hidden or invisible doesn't work.See: http://www.bustedchain.com/a/test2.pdfIt also makes me wonder, why can't I have it as part of the YES and NO boxes independently where one is clicked it makes t...

Views

283

Likes

0

Replies

0
Presence field not working - Adobe LiveCycle 13-02-2013
I'm trying to have a dropdown list display when a user clicks the YES radio button. The dropdown list is hidden or invisible when the user clicks the NO radio button. When the form initializes, the dropdown list is initially invisible or hidden. I am using LiveCycle Designer ES (8.2.1.4029.1.523496). I started with a blank document, dynamic is my default, I chose save as and made sure that dynamic was the document type. I also made sure that my Form Properties was set for JavaScript and Dynamic....

Views

1.2K

Likes

0

Replies

5