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

don_Carlos-ZFc2
don_Carlos-ZFc2
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by don_Carlos-ZFc2
Customize the badges you want to showcase on your profile
Re: newbie seeks script help - Adobe LiveCycle 27-12-2010
BINGO. A 2009 post gave me the answer. The form was saved as 'static'. I saved it as 'dynamic' and it works. don Carlos

Views

91

Likes

0

Replies

0
Re: newbie seeks script help - Adobe LiveCycle 27-12-2010
Steve, I believe I tried that permutation. This is the current version for change is: if(historical.rawValue=="1"){historicalArea.presence="visible";} else {historicalArea.presence="hidden";}No Joy. Now, thinkng it possible that it just wont work in "Preview" mode, I saved it and tried it from Acrobat. No joy either. I actually want the text box historicalArea hidden when 1 (or NO) and visible when 2 (or Yes). I'm missing something important here.don Carlos

Views

92

Likes

0

Replies

0
newbie seeks script help - Adobe LiveCycle 27-12-2010
I'm using LiveCycle ES for the first time. I want to make a text box (historicalArea) visible when a radiobutton (historical.historicalYes) is checked. I know I have to change the presence of historicalArea to (historicalArea.presence="visible"), but I can't find the proper set of terms for the event. Is is 'click' or 'change'? Do I seek the group (historical) rawValue or the radio button (historicalYes) raw value? Is the script on the button group, the button or the text box? Basically, if the ...

Views

743

Likes

0

Replies

3