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

JLynnSPanduit
JLynnSPanduit
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JLynnSPanduit
Customize the badges you want to showcase on your profile
Re: Sum column cells within static table - Adobe LiveCycle 27-01-2012
Hi,Make sure the Qty fields in all of the rows are NumericFields. I suspect that they are TextFields, which means that the data in them will be treated as a string and not a number. Hence the result you are getting. You can force the script to make the inputs numeric, but it would be much better and easier if the Qty fields were numeric. By the way, within a form you can have a mixture of JavaScript and FormCalc. The only real restriction is that you can't mix the two within the one event. Niall

Views

207

Likes

0

Replies

0
Re: Populate text field based on selections from two dropdown lists - Adobe LiveCycle 21-12-2011
Hi,The script in itself looks okay, but there are a few things to check:That the language is JavaScript. That the values your are testing against EITHER match the Item values (in the Object > Field palette) OR the bound values (if specified in the Object > Binding palette). I am presuming that this script is in the calculate event of the dropdown. The relative references between the objects is not full enough. See: http://assure.ly/kUP02y. I think that you could achieve this in an easier way!!!S...

Views

124

Likes

0

Replies

0