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

santropez1971
santropez1971
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by santropez1971
Customize the badges you want to showcase on your profile
Re: Populate another dropdown based on first - Adobe LiveCycle 24-05-2011
Okay gang, I finally got this working.They key was to not try and do this in Acrobat, but do this in LiveCycle designer. I had assumed that LiveCyle was a separate product and didn't realize it installed with my Acrobat Pro license. It was much easier to get working with many more options vs Acrobat X.Good luckHere is the final code I used. This was added on the "change" event within the properties of my first DDList within LiveCycle Designer.Description.rawValue = "";Description.clearItems();va...

Views

137

Likes

0

Replies

0
Re: Populate another dropdown based on first - Adobe LiveCycle 19-05-2011
Okay, getting closer now. I changed my code back now that I understand what you are saying I just can't find a change as you are describing. I had been using the Actions tab, on a Mouse Up trigger. I removed that and tried to add it on the Validate tab, running a custom validation script, didn't seem to work either. Going to look further to see where exactly where I paste in the code for a change event as you suggest.Also, on StewyT's post above, his code has this at the top:----- form1.#subform...

Views

139

Likes

0

Replies

0
Re: Populate another dropdown based on first - Adobe LiveCycle 19-05-2011
Paul,Thanks for your response, forgive me for being a noob here.After a little googling, are you suggesting i use xfa.event.change in place of the xfa.event.newText? If so, I just tried that and no go, the second list still does not change at all.My new code after your suggestion:DescriptionList.clearItems();var sNewSel = this.boundItem(xfa.event.change);switch (sNewSel){ case "Assay 1": DescriptionList.addItem("BCBS") DescriptionList.addItem("Aetna") DescriptionList.addItem("Cigna") Description...

Views

139

Likes

0

Replies

0
Re: Populate another dropdown based on first - Adobe LiveCycle 18-05-2011
I'm trying to accomplish the same task but with no success.I'm using Acrobat Pro XI have a dropdown called "Assay" which has three entries that users can pick (Assay 1, Assay 2, Assay 3).I have a second drowndown called "Description" who's contents should vary based on what's choosen in the first dropdown.I used the code from the last post and modified it but it does not seem to work, the Description dropdown is not getting updated. I added the code to the Dropdown Properties menu using the trig...

Views

140

Likes

0

Replies

0