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

CliffRacer
CliffRacer
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by CliffRacer
Customize the badges you want to showcase on your profile
Re: Write numbers to a text box when radio button is clicked - Adobe LiveCycle 18-11-2009
Gotcha!I think the reason why I altered that part in the first place was that when there was "==" in place, the check boxes worked, but when I clicked NO, the number would not be changed to 0. I am not sure why.

Views

119

Likes

0

Replies

0
Re: Write numbers to a text box when radio button is clicked - Adobe LiveCycle 18-11-2009
We are very close!What you suggested is working. One unfortunate side effect is that the radio buttons do not show anything inside them when they are clicked. Here is an example:form1.#subform[0].RadioButtonList[3].propboxYES::mouseUp - (JavaScript, client)if(this.rawValue = 1){//The radio button is onpropbox.rawValue= 50}form1.#subform[0].RadioButtonList[3].propboxNO::mouseUp - (JavaScript, client)if(this.rawValue =1){//The radio button is onpropbox.rawValue= 0}With the code above, its making t...

Views

121

Likes

0

Replies

0
Re: Write numbers to a text box when radio button is clicked - Adobe LiveCycle 17-11-2009
pguerett,Your code seems to work with one exception: I have it working so a number is populated in the invisible field. Now the problem is, if the radio button is not checked, the number stays.

Views

117

Likes

0

Replies

0
Re: Write numbers to a text box when radio button is clicked - Adobe LiveCycle 17-11-2009
I can see where you are going with this: One thing I need clarification on though...When I select the Radio Button Group itself I get form1.#subform[0].RadioButtonList[2].scrapbookYES::mouseUp - (JavaScript, client) form1.#subform[0].RadioButtonList[2].#field[1]::mouseUp - (FormCalc, client)In this case, where would I place the code you suggested?

Views

118

Likes

0

Replies

0
Write numbers to a text box when radio button is clicked - Adobe LiveCycle 17-11-2009
I have a very simple form, part of which has a series of radio buttons that allow the client to choose options. What I have been attempting to do is configure the check boxes so that when a radio button is selected, a number would be written to a blank, invisible number field. All the invisible number fields would then be added up as part of the totals.What I can't seem to figure out is how to write information to another field when a radio button is clicked. Has anyone here ever tried that?

Views

791

Likes

0

Replies

7