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

bertlee2
bertlee2
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bertlee2
Customize the badges you want to showcase on your profile
Re: Two Questions: Dropdown Menus / Add Buttons - Adobe LiveCycle 15-12-2010
Alright, trying the tutorial. I think I"m getting there, but maybe you can tell me what I'm doing wrong: var ServiceCat = { Materials: [ ["-"], ["TEST1"], ["TEST2"], ["TEST3"],["TEST4"]], Infrastructure: [ ["-"], ["TEST5"], ["TEST6"]], Communications: [ ["-"], ["TEST7"], ["TEST8"]], Human Resources:[ ["-"], ["TEST9"], ["TEST10"]] }; function SetServiceEntries(){ Service.clearItems(); Service.rawValue = null; var aService = ServiceCat[xfa.event.change]; if(aService && aService.length) { for(var i=0;i<aService.length;i++) Service.addItem(aService[i][0],aService[i][1].toString()); }} - Materials Infrastructure Communications Human Resources Example1.SetServiceEntries(); Hello

Views

122

Likes

0

Replies

0
Re: Two Questions: Dropdown Menus / Add Buttons - Adobe LiveCycle 15-12-2010
Thanks, any particular search terms to use, and what do I look for? Again, not being a programmer, I'm not entirely sure. I've thought I found some code I can cut and paste, but I'm not sure if I did it right.The formatting of the WORD document was fine. I just printed it as a PDF, then opened up that document with LiveCycle to insert my fields and format them.

Views

121

Likes

0

Replies

0
Two Questions: Dropdown Menus / Add Buttons - Adobe LiveCycle 15-12-2010
Alright, I have two questions regarding how to add information onto a form. The form is a vendor profile I have for my projects. The base for the form is created in Microsoft Word, from which I create a PDF and then place the proper fields I want, with all the formatting, in LiveCycle. I am not a programmer, and have little to no understanding of java script or anything I might need to understand.Given that, I have a few questions:1. Drop Down Menus: Each vendor may have more than one service I ...

Views

807

Likes

0

Replies

4