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

discodv
discodv
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by discodv
Customize the badges you want to showcase on your profile
Re: Display Positive Symbol - Adobe LiveCycle 05-03-2012
Ok. After playing around for a bit I figured it out. I ended up with this script. It will change the numerical field background color based on a positive, negative or neutral value and it will also display the positive/negative sign. With your help radzmar I was able to finish this. Thanks.var num1 = (xfa.resolveNode("form1.#subform.CurrentWeight[9]").rawValue) - (xfa.resolveNode("form1.#subform.PrevWeight[9]").rawValue) if (num1 > 0){this.fillColor = "252,194,194";this.format.picture = "num{'+'...

Views

415

Likes

0

Replies

0
Re: Display Positive Symbol - Adobe LiveCycle 02-03-2012
Yes. It does the plus and I added the minus sign but it doesn't show the calculate value!! Just shows zero with a minus or positive symbol depending on value.

Views

382

Likes

0

Replies

0
Re: Display Positive Symbol - Adobe LiveCycle 29-02-2012
This didn't work for me. I tried switching it to a text field and it still didn't work. I'm wondering if it has anything to do with the values being calculated instead of user inputting data. Oh well. Not a huge deal, just curious.

Views

387

Likes

0

Replies

0
Display Positive Symbol - Adobe LiveCycle 27-02-2012
Is there a way to display the positive (plus) sign when a calculation result is positive?

Views

2.2K

Likes

0

Replies

7
Re: Highlight duplicate fields with scripting? - Adobe LiveCycle 14-02-2012
Nevermind... I got a response from Niall O\'Donovan. He created a sample found here http://assure.ly/AcRpsv. Using this sample I was able to play around a bit and get it to work exactly how I need it to. Thanks for the responses!

Views

245

Likes

0

Replies

0
Re: Highlight duplicate fields with scripting? - Adobe LiveCycle 14-02-2012
Yes, please send sample! I have been playing around with it in LiveCycle and I can get some cells to work and others do not! Getting frustrated. Thank you so much.

Views

241

Likes

0

Replies

0
Highlight duplicate fields with scripting? - Adobe LiveCycle 13-02-2012
Hi everyone. I need help. I'm new to LiveCycle and I wanted to know if it's possible to write a script to highlight duplicate values in a table of numeric fields. I want to create something in LiveCycle like what I did in Excel. I created a simple table of 1 row, 6 columns (my "Numbers Drawn" table) and a table of 50 rows and 6 columns ("Our Numbers"). I will enter numbers in the Our Numbers section, then when numbers are drawn, I will enter them in the Numbers Drawn table. Instead of checking t...

Views

1.1K

Likes

0

Replies

4