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

DonnaJ2012
DonnaJ2012
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by DonnaJ2012
Customize the badges you want to showcase on your profile
Re: Signature Button Readonly until radio button is checked. - Adobe LiveCycle 23-01-2013
Still no luck. I'm not sure that I am setting this on the proper Event or field. I have tried several different options but nothing seems to work. Currently I have set it on the click event of the Signature Field, thinking that when the employee clicks on the field to sign, if the buttons were not selected then the field would disappear. Any guidance as to what I am doing wrong? I really need to get this to work. Any and all help is appreciated! Am I interpreting the rawValues correctly? I have ...

Views

138

Likes

0

Replies

0
Re: Signature Button Readonly until radio button is checked. - Adobe LiveCycle 03-01-2013
I was able to set the access to “readOnly” though when I was testing, that was the first thing I did and it worked. I will see if the presence property will work. Thanks!Donna Albright(205) 581-2971

Views

139

Likes

0

Replies

0
Re: Signature Button Readonly until radio button is checked. - Adobe LiveCycle 02-01-2013
Still not working. I have tried modifying the code, which looks to me like it should work:if(RadioButtonList.Option1.rawValue!="" || RadioButtonList.Option2.rawValue!="" || RadioButtonList.Option3.rawValue!=""){ // If any button is selected (at least one is not null) SignatureFldEmpl.access="open"; // Make it open} else{ // Else if no button is selected SignatureFldEmpl.access="readOnly"; // Make it readOnly }I have added this to the change event to both the RadioButtonList and the Signature fie...

Views

138

Likes

0

Replies

0
Re: Signature Button Readonly until radio button is checked. - Adobe LiveCycle 23-12-2012
i will try that! thanks!!!!

Views

137

Likes

0

Replies

0
Re: Signature Button Readonly until radio button is checked. - Adobe LiveCycle 23-12-2012
ive tried that and it didnt work

Views

137

Likes

0

Replies

0
Signature Button Readonly until radio button is checked. - Adobe LiveCycle 21-12-2012
I need to set a signature field as "readonly" until one of three radio buttons is selected. I have tried the following script and cannot get it to work. Any help will be GREATLY appreciated. I have tried this on the "initialize" and the "click" event of the signature field and I still cannot get it to work.

Views

1.7K

Likes

0

Replies

8