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

Ed79BA
Ed79BA
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ed79BA
Customize the badges you want to showcase on your profile
Re: Using checkbox to show/hide items in a form - Adobe LiveCycle 20-09-2012
Hi,Your 'cover required' section you want to hide will probably be realised as a subform that contains other (possibly nested) subforms. To 'roll up' this subform you need to set it as 'hidden' dependent on the selection of your checkbox. Just a view hints on possible implementations of this behavious.1 Create a reference to your subform. The code could look something like:var myCoverReqSubform = xfa.resolveNode("rootSubForm.CoverRequiredSubform"); //either absolute (from root form) or relative ...

Views

323

Likes

0

Replies

0
Programmatically setting box list items as selected - Adobe LiveCycle 20-09-2012
Hi,I am trying to set all the entries of a multi-select list box as selected in the docReady event.The code looks something like:..this.setItemState(i, true) //for all entries of the list.However, as reported in some forum contributions and documented in "Adobe Reader 9.0 Compatibility Overview", there seems to be a bug in the API, and only the first item of the list is marked as selected.I would therefore like to ask whether someone has found a workaround for this problem and still manages to h...

Views

400

Likes

0

Replies

0
Re: Dynamically changing form binding - Adobe LiveCycle 19-09-2012
Hi radzmar,Thanks for the reply, much appreciated. I also found out more on that topic under another adobe forum post:http://forums.adobe.com/message/3607404#3607404So, yes it seems the binding of for instance a list box can't be modified once it's set.I finally solved my issue by making subforms 'hidden' or 'visible' dependent on the items selected in a list box. This worked reasonably well.Cheers,Franz

Views

93

Likes

0

Replies

0
Re: Dynamically change binding of field - Adobe LiveCycle 17-09-2012
I am facing a similar issue as Daniel Sattler, the author of the first post in this thread.However, in contrast to Daniel, I would like to dynamically change the binding variable (bind.ref) of a subform during runtime based on a "change event" triggered by a single/multiple selection in a list box, contained in a different subform.To summarise: list box A is part of subform A, during completion of the form, the user selects one or more entries from list box A and triggers a "change event". Based...

Views

827

Likes

0

Replies

0