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

ScottyP29
ScottyP29
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ScottyP29
Customize the badges you want to showcase on your profile
Re: Is it possible to use the status of a checkbox to change the fillcolor of a numeric field? - Adobe LiveCycle 16-08-2010
AKloft,Appreciate you taking the time to help me out during work. I think I figured out an easier way to do it, but I can only get Steve's script to work on one of the numeric fields. Is there a way to apply Steve's script to multiple numeric fields with the same name. Example, I named the numeric field NF, and then duplicated the field. This resulted in the fields to be named; NF[0], NF[1], NF[2], NF[3], etc. Steve's script will only apply to NF[0]. I have tried writing the script using NF[*], ...

Views

167

Likes

0

Replies

0
Re: Is it possible to use the status of a checkbox to change the fillcolor of a numeric field? - Adobe LiveCycle 14-08-2010
Steve,Thank you so much, that worked beautifully. However, I have several rows of the numeric field spread over 31 columns (representing days of the month). There are 31 checkboxes representing each day of the month. My goal is to colorfill the entire colum of approximately 20 rows of numeric fields corresponding to the checked checkbox. Is there an easier way to write the script to cover all numeric fields in the specific column representing the checked checkbox. I guess I could duplicate the c...

Views

167

Likes

0

Replies

0
Is it possible to use the status of a checkbox to change the fillcolor of a numeric field? - Adobe LiveCycle 13-08-2010
I have read through most all of the threads, but found none pertaining to my specific question. I would like to change the fillcolor of a numeric field based upon the status (on/off) of a checkbox located on a different page. In other words, if the checkbox is checked I want the numeric field to be yellow with a solid (thin) black border. I have tried:If (CheckBox1.rawValue="1"){this.fillcolor="R,G,B";} else{this.fillcolor="250,250,250"};I haven't gotten the correct RGB values yet for the color ...

Views

1.3K

Likes

0

Replies

5