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

Ben_Nall
Ben_Nall
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ben_Nall
Customize the badges you want to showcase on your profile
Re: Can the Default Data Binding of an Object be changed via Javascript? - Adobe LiveCycle 17-05-2011
Ok, bummer but thanks for the quick response!

Views

82

Likes

0

Replies

0
Can the Default Data Binding of an Object be changed via Javascript? - Adobe LiveCycle 17-05-2011
I have a subform with several fields that are hidden unless the user clicks on a checkbox to display them. I would like to set their Default Data Binding to 'None' initially, and have the Default Binding change to 'Normal' when the checkbox is clicked. In this manner I can prevent the XML submission from including the empty fields.Is this possible and if so how?

Views

327

Likes

0

Replies

2
Need help with XML output formatting - Adobe LiveCycle 17-05-2011
Please see:http://forums.adobe.com/thread/852920?tstart=0Didn't want to cross post. Thanks!

Views

325

Likes

0

Replies

0
XML from form submission not formatted 'tidy' - Adobe LiveCycle 16-05-2011
Hi, I am using Adobe LiveCycle Designer ES 8.2. When a user clicks on the email submit button and it submits XML from the captured data, it appears that 'soft returns' are being added to the code such that the closing '>' and '/>' are being forced to the next line. I cannot figure out any way to fix this and have tried different encodings, etc. Can anyone help as this is very annoying.Example:

Views

341

Likes

0

Replies

1
Re: Send as Email - xml tags contain LF - Adobe LiveCycle 12-05-2011
Was this issue ever resolved for you? I am having the same problem and cannot find an answer anywhere...

Views

129

Likes

0

Replies

0
Re: Repeating subform requires 'unique' global variable for each instance - Adobe LiveCycle 04-05-2011
OK, I think I figured out a way to handle it - not sure if it is the best way.Basically using the rawValue and scripting each field separately via:TextField2.rawValue = TextField1.rawValueand each instance maintains its own uniqueness.

Views

74

Likes

0

Replies

0
Repeating subform requires 'unique' global variable for each instance - Adobe LiveCycle 04-05-2011
I have a relatively complex form which contains a repeating subform which uses this javascript to take data entered into a text field and populate a global variable:"PlanNameDisplay.rawValue= this.rawValue; "Since I need to use this information in multiple places within the somewhat complex subform, a global variable seemed to be the way to go.Since I need to use this information in multiple places within the somewhat complex subform, a global variable seemed to be the way to go.However, if the ...

Views

464

Likes

0

Replies

1