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

jpmorgan72
jpmorgan72
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jpmorgan72
Customize the badges you want to showcase on your profile
Re: Make a ComboBox appear based upon the selection of another ComboBox - Adobe LiveCycle 28-10-2009
Thanks for the information, Your example is exactly what i am looking for but when i type that code in i keep getting errors. Here is what i have typed in.-----------------------------------form1.#subform[1].ComboBox1::ready:form - (JavaScript, client)--------------------------if(this.rawValue ==1){ComboBox2.presence= "visible";}else if(this.rawValue == 0){ComboBox2.presence= "hidden";}---------------------------------------------I get an Error of Syntax Error near Token '{' on line 2, column 1A...

Views

68

Likes

0

Replies

0
Make a ComboBox appear based upon the selection of another ComboBox - Adobe LiveCycle 27-10-2009
Helle everyone, I am new to live cycle so please be basic. I have just gone through and created a form in livecycle and i have two comboBoxes. Lets just call them ComboBox1 and ComboBox 2 . ComboBox1 one is simply a yes or no. If you answer yes I would like comboBox2 to appear and be required to fill in else basically the Form Stays the same. I have gone through and wrote an if statement but I think Iam puting the script in the wrong place. Right now I have it in the exit of ComboBox1. If someon...

Views

746

Likes

0

Replies

3