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

K_Nep
K_Nep
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by K_Nep
Customize the badges you want to showcase on your profile
Re: Variables and arrays global and local scoping issues - Adobe LiveCycle 02-07-2011
No problem guys. The information is contained in the book by J.P.Terry: Creating Dynamic Forms with Adobe LiveCycle Designer.Adobe Press.Thanks anyway.K

Views

96

Likes

0

Replies

0
Variables and arrays global and local scoping issues - Adobe LiveCycle 30-06-2011
First I am new to Javascript and especially so to Livecycle Javascript.I am trying to make a form where:1. There is a table in the Main Form. Through the use of buttons the user turns on the visibility of subforms on and off. (got this working) The subforms have check boxes which when selected will display the appropriate text in TextFields in the Table in subform0 (main page). I would like to define and initialize the Array once (hopefully) - when the page loads (my thinking! in the form1.initi...

Views

641

Likes

0

Replies

1
Re: Form scripting. please help! - Adobe LiveCycle 26-06-2011
Nith,Thankyou. This has saved the few hairs left on my head from being pulled out.Much appreciatedKumar

Views

92

Likes

0

Replies

0
Form scripting. please help! - Adobe LiveCycle 25-06-2011
In my form design I have a sub form which has a checkbox (CheckBox1). When checked (I am able to figure out how this is done) I would like to display the caption text of the checkbox in a TextField in the main form area. The subform will then be hidden.My problem is how do I access the caption string in LC ES.Here is how far I have gotten so far://var chkBoxText = CheckBox1.parentNode.getElementsByTagName('label');var boxname = CheckBox1.caption.value;if (CheckBox1.rawValue == true){Table1.Row1....

Views

439

Likes

0

Replies

2