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

Bahrain_101
Bahrain_101
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Bahrain_101
Customize the badges you want to showcase on your profile
Re: Is it possible to calculate two or more number entered in the same field ? - Adobe LiveCycle 22-01-2011
Thanx alot Bruce it works

Views

410

Likes

0

Replies

0
Is it possible to calculate two or more number entered in the same field ? - Adobe LiveCycle 21-01-2011
What 'm trying to do is to caculate a book pages number for a copying them.For example I want to copy pages from 25 to 30 , so the user will write 25-30the number of copies will equal sum = "30 - 25 + 1"and if the user write only a single number, the number of copies will equal "sum = sum + 1"So, the user input will be like that "25-30,45-60,65,67"I'm thinking of using an Array and a "," to splitvar sumArray = new Array();sumArray = sum.split(",");Are there any possible way to do this ??Thanx

Views

732

Likes

0

Replies

2
Re: How to link Radio Button with Drop-down List ? - Adobe LiveCycle 19-01-2011
Thanx alot Niall that was very helpfull.here what I did :in Drop-Down List preOpen state this.rawValue = null;this.clearItems();if(xfa.resolveNode("department.#field").rawValue == 1){this.addItem("Introduction to programming");this.addItem("Algorithms");this.addItem("Data structures");}else if(xfa.resolveNode("department.#field[2]").rawValue == 2){this.addItem(" management");this.addItem("111accounting");}else{app.alert("Please select the College first");}Thanx again

Views

462

Likes

0

Replies

0
Re: How to link Radio Button with Drop-down List ? - Adobe LiveCycle 19-01-2011
Thanx alot Niall that was very helpfull.here what I did :in Drop-Down List preOpen state this.rawValue = null;this.clearItems();if(xfa.resolveNode("department.#field").rawValue == 1){this.addItem("Introduction to programming");this.addItem("Algorithms");this.addItem("Data structures");}else if(xfa.resolveNode("department.#field[2]").rawValue == 2){this.addItem(" management");this.addItem("accounting");}else{app.alert("Please select the College first");}Thanx again

Views

463

Likes

0

Replies

0
How to link Radio Button with Drop-down List ? - Adobe LiveCycle 19-01-2011
I have 2 Radio Button (IT and Business) and a Drop-down List (Course Title).I need the list item to change when I choose the Radio Button, so if I choose (IT) the drop down list should contain (Introduction to Programming, Algorithms & Datastructures), and if I choose (Business) the drop down list should contain (Marketing Managment, Financial Accounting).can you help me?Thanx

Views

1.8K

Like

1

Replies

3
Likes from