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

MaxCO2012
MaxCO2012
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by MaxCO2012
Customize the badges you want to showcase on your profile
Livecycle Object Reference Question. - Adobe LiveCycle 21-08-2014
The image below illustrates the hierarchy of my form. In the "exit" event of the drop-down list object named "ddList1" I have the code outlined below, but I believe my reference to the objects must be off. I think I can't see the forest for the trees, so I'm hoping someone can set me straight.Drop-down List Exit_event Code: if(form1.PurchasePlan.sfPP2.14.ddList1.rawValue == "Condition One"){form1.PurchasePlan.sfPP2.14.userText = "Test text one"} if(form1.PurchasePlan.sfPP2.14.ddList1.rawValue ==...

Views

196

Likes

0

Replies

1
Re: Can't add a texbox below a checkbox on the same subform. - Adobe LiveCycle 06-08-2014
I may have answered my own question.Oddly, or maybe not, when I collapsed the checkbox group LC would then allow me to drag the textbox onto the subform. Then I un-collapsed the checkbox group and everything is where I want to be. Go figure.

Views

102

Likes

0

Replies

0
Can't add a texbox below a checkbox on the same subform. - Adobe LiveCycle 06-08-2014
I have a form with multiple subforms, each with a collection of elements on it. At the bottom of one subform (more than one actually) I have two checkboxes, "yes" and "no". Below that I have a simple textbox, which is used to explain the answer to the yes/no question.My problem is that when I try to put the textbox on the same subform (for grouping purposes) Livecycle will not let me. Instead, LC holds that textbox out in the hierarchy on the same level as the subform. I cannot slide it onto the...

Views

184

Likes

0

Replies

1
Re: Livecycle ES2 Footer TextField not Populating. - Adobe LiveCycle 06-05-2014
Score!Thank you!

Views

322

Likes

0

Replies

0
Re: Livecycle ES2 Footer TextField not Populating. - Adobe LiveCycle 06-05-2014
It sort of does, thanks. I did read where you can do global scripts and that may be where I find my solution.Incidentally, the new code suggestion behaves the same way. The master page textField shows up on each page of the form, but the value is only showing up in the first page after my exit event. All other pages show the default value. Puzzling.

Views

253

Likes

0

Replies

0
Re: Livecycle ES2 Footer TextField not Populating. - Adobe LiveCycle 06-05-2014
I actually prefer using JavaScript, but LiveCycle is a bit new to me and I'm up against a deadline. Thank you very much for your help. I appreciate it.I don't mean to break forum rules but I have another question, which is: Where does one "place" JavaScript subs in LiveCycle Designer that don't relate specifically to an object, or is that even possible? I'm trying to write a sub that will display a series of user messages based on which button is clicked and I do not want to create a long list o...

Views

253

Likes

0

Replies

0
Re: Livecycle ES2 Footer TextField not Populating. - Adobe LiveCycle 06-05-2014
I am only using one master page.The ActionBuilder code is this: this.resolveNode("#pageSet.Page1.FooterText1").rawValue = this.resolveNode("$").rawValue; I've been staring at thi strying top figure out what I mgiht change, but no luck so far. That dollar sign seems wrong, no? Thanks.

Views

253

Likes

0

Replies

0
Livecycle ES2 Footer TextField not Populating. - Adobe LiveCycle 06-05-2014
I have a text field on the bottom of the master page of my form that is set to populate with the value of a text field on my actual form upon exiting from that form text field. It's just the title of the action being taken and my intent is for this title to appear on the bottom of all pages of my form. I also have on the bottom of the master page a custom "page n of m" text field.The "page n of m" field populates without a problem and correctly shows the page numbers on all pages of the form.The...

Views

871

Likes

0

Replies

8