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

justus098
justus098
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by justus098
Customize the badges you want to showcase on your profile
Re: simple javascript calculation - Adobe LiveCycle 16-08-2010
HelloI got the form, after all, act. It was a mistake to copy the code by e-mail. Then became involved in the signs which do not fall there.Big thanks to their help and hard work in a small problem.

Views

163

Likes

0

Replies

0
Re: simple javascript calculation - Adobe LiveCycle 10-08-2010
HelloThank you for your reply.I did not get script to work, because it got Adobe Designer 7.0 to stop working....Run time error. I also tried a newer program. LiveCycle designer LC reported error syntax error, line 4 What could be due to an error? I tried to investigate the matter itself, but I did not see anything.

Views

163

Likes

0

Replies

0
simple javascript calculation - Adobe LiveCycle 09-08-2010
I have an old pdf form, which is a simple javascript calculation.var count = this.getField("field1")var price = this.getField("field2")if (count.value !=0) event.value = (count.value * price.value)else event.value = ""If the form is blank, the form does not show "0" in multiplication result field. How I could get to the same designer 7 version? This would be important information for me.Great thanks for your answer.

Views

3.4K

Likes

0

Replies

5
hidden zero value - Adobe LiveCycle 06-08-2010
Hello, How do I get hidden zero value when the calculation of the two field value with javascript. As example,event.rawValue = NumericField1.rawValue * NumericField2.rawValue; ?Here are there any good examples of javascript calculation?Thanks for your answer

Views

575

Likes

0

Replies

2