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

Novice_Nikki
Novice_Nikki
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
13

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Novice_Nikki
Customize the badges you want to showcase on your profile
Improving form by indicating continued on next pg. for visual gaps - Adobe LiveCycle 31-03-2010
I am trying to create a trailer to show whenever I have an instance where content must not break pages and it creates large visual gaps in the form. The trailer will appear when one subform pushes another subform to the next page creating a large visual gap in the layout. The trailer text will then say continued on next page. This will help my users know they are not finished filling out the form. I would put it on the master page outside the content area at the bottom but if the user does not s...

Views

213

Likes

0

Replies

0
Re: A set of fields that equal 100% - Adobe LiveCycle 09-11-2009
Thank you so much!That will work perfect. I hope to get good enough some day to help others like you have helped me. Coming from a graphic design background learning all this JavaScript is a challenge. Thank you - I really appreciate the help.

Views

147

Likes

0

Replies

0
Re: A set of fields that equal 100% - Adobe LiveCycle 06-11-2009
Is there a way to make a warning message show if not all the 4 fields havedata including 0% as an option. Then once the four fields are populated ifthe total percent does not equal 100% including the option for 100%, 0%, 0%,0% another warning shows stating there needs to be a total of 100% for ABCD.If you know this you are the master of LiveCycle!Let me know if my description does not make sense. It is Friday. Thank you.

Views

125

Likes

0

Replies

0
A set of fields that equal 100% - Adobe LiveCycle 06-11-2009
I have a situation where I need to take four text fields and make them equal 100%. The fields them selves can vary in percent but the total of all four must equal 100 percent.Could anyone reccomend the best way to script this or if an example exist lead me in that direction?I have an attachment below of what I'm looking for visually.Thank you!

Views

1.1K

Likes

0

Replies

4
Re: Mutually Exclusive check boxes not radio buttons - Adobe LiveCycle 29-10-2009
Thank you, thank you, thank you!I just had to add the following script in addition to my previous script on the change event:if (this.rawValue == "1"){ CheckBox2.rawValue = null; CheckBox3.rawValue = null;}The link you sent me had other exclusion scripts that will be helpful.

Views

939

Likes

0

Replies

0
Re: Mutually Exclusive check boxes not radio buttons - Adobe LiveCycle 28-10-2009
I will try this. Thanks for pointing me in the right direction. I don't know if I am that technical yet. We will see.

Views

937

Likes

0

Replies

0
Re: Mutually Exclusive check boxes not radio buttons - Adobe LiveCycle 28-10-2009
Thank you Paul, I do use this method for forms that live in both the print andelectronic world quite often. My problem is the action and script I am usingneeds to set the value in the check box - object - binding tab which doesnot exist with the radio button. So the appearance is not the issue. Thanksfor responding to my blog. If you know how to script for this scenario inthe click or change event or a way I can get this to work another way thatwould be great. You can look at the attached exampl...

Views

936

Likes

0

Replies

0
Mutually Exclusive check boxes not radio buttons - Adobe LiveCycle 27-10-2009
I have a situation that calls for Mutually Exclusive check boxes not radio buttons. The problem is that I have check boxes that tell a text field to show different text depending what check box is selected. However I need only one box to be checked at a time. I know this sounds like a radio button but because of what I'm doing I need the check box because I need to place text in the on/off value in the binding tab to make my script work. I will attach an example with screen shot. My script in th...

Views

7.2K

Likes

0

Replies

5
Re: Data drill down using dropdowns - Adobe LiveCycle 29-07-2009
Hi MIZUN03,Sorry for delayed response I was in Scotland on vacation. I actually know an easier way than was described in earlier postings. Attached is a PDF of a screen shot of how this works. Attached to the first drop down is a change event which is scripted above.var listvar val = xfa.event.newTextif (val == "Cookies") {list= Cookies;}else if (val == "Pies"){list= Pies;}//This code will clear out and then populate the Flavors drop down listform1.Drilldown.Flavors.rawValue= "";form1.Drilldown....

Views

147

Likes

0

Replies

0
Re: Data drill down using dropdowns - Adobe LiveCycle 02-06-2009
Thank you so much! I will try this.

Views

128

Likes

0

Replies

0