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

JGutknecht
JGutknecht
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
6

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JGutknecht
Customize the badges you want to showcase on your profile
Re: Changing column width based on checkbox - Adobe LiveCycle 28-05-2011
Thanks Niall ... though I've modified your response to FormCalcIt's begun to work though there appears to be a slight glitch. Only the column cell for Row 1 is showing up. It would seem that it isn't correctly counting/adding all rows. Also, when I unselect the checkbox, it isn't re-hiding the column. My script:var vRows = Table1._Row1.countif($=="1")thenvar i=0; i

Views

188

Likes

0

Replies

0
Changing column width based on checkbox - Adobe LiveCycle 28-05-2011
Hello!I'm trying to remove a column based on whether or not a checkbox is selected. I can't seem to select an entire column, only a row, and I can't make cells "hidden", so I've decided to try to reduce the width if I need it hidden. My script under the change event is:if($=="1")thenTable1.Row1.Cell10.w="0.4898in"elseTable1.Row1.Cell10.w="0.001in"endifMy initial setting for the cell width is 0.001 as the checkbox is "0"Seems a little hokey and there must be a better way. Even the above is not wo...

Views

1.4K

Likes

0

Replies

4
Re: How to hide object based on checkbox with FormCalc - Adobe LiveCycle 16-05-2011
I did not.Thanks - that has solved my problem !

Views

312

Likes

0

Replies

0
Re: How to hide object based on checkbox with FormCalc - Adobe LiveCycle 16-05-2011
Hi There,Yes, all correct. No errors ... but it still just won't work. I've tried with multiple objects now. Whatever Presence setting I set for the object is what I get, regardless of any script trying to change the presence setting.Getting frustrated ....

Views

278

Likes

0

Replies

0
Re: How to hide object based on checkbox with FormCalc - Adobe LiveCycle 15-05-2011
Thanks - that seems to have taken care of all of my errors ...however it's still not working.I assume the error may lie in my settings with the object LowTempLOFFIn my object settings what should I have presence set to? Whatever it is it overrides the script ...Am I missing something that ties those settings to the Temp object?

Views

279

Likes

0

Replies

0
How to hide object based on checkbox with FormCalc - Adobe LiveCycle 15-05-2011
Hello All - I am very new to FormCalc and am having difficulty finding answers within the help menu of Adobe Pro. The form I am creating is long and based on option requirements. Therefore, if an option is not required (checkbox) the subsequent data fields will not show up for the user. 1st: Can I do this?2nd: Is this the correct script:if(Temp.rawValue ==True)then(LowTempLOFF.Presence = = Visible)elseLowTempLOFF.Presence="Hidden";endifin the example above my check box is named "Temp"the object ...

Views

6.0K

Likes

0

Replies

6