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

Sgt__Cole
Sgt__Cole
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sgt__Cole
Customize the badges you want to showcase on your profile
Re: Need help counting responses from multiple drop down list boxes - Adobe LiveCycle 02-11-2009
You will need to set up hidden fields to old the values.If you have a submit/save button place the script behind the click event of that button.If you want to calculate as the user selects from the drop down then put the script on the calculate event of the hidden field.The script is long winded and someone with a bit more javascript expertiese may be able to provide a simplier version.var total1 = 0;var total2 = 0;var total3 = 0;var total4 = 0;if (dropdown1.rawValue == "1") { total1 = total1 + ...

Views

102

Likes

0

Replies

0
Re: Time Calculations - Help please - time to hours - Adobe LiveCycle 15-10-2009
Lisa may not need a sample but I do.I too am a newbie. I'm also not a programmer or a designer. I need tons of samples of everything or some very complete tutorials. The stuff included with LiveCycle just doesn't do it for me.I have several forms that would benefit from time calculations. To be honest, I still need help with time formatting. I've manage to get the Time object to display the current time, but User input has to be perfect or there's all kinds of messages.Also, is there a way to co...

Views

111

Likes

0

Replies

0