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

drivewaylegend
drivewaylegend
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
11

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by drivewaylegend
Customize the badges you want to showcase on your profile
Re: Adobe 9 Reader cannot save LiveCycle Generated Form - Adobe LiveCycle 21-10-2013
Thank you! I didn't realize it was that simple!

Views

113

Likes

0

Replies

0
Re: Adobe 9 Reader cannot save LiveCycle Generated Form - Adobe LiveCycle 21-10-2013
Can you please point me in the direction of the Advanced Menu and a step by step on what I need to do to enable it?

Views

113

Likes

0

Replies

0
Adobe 9 Reader cannot save LiveCycle Generated Form - Adobe LiveCycle 21-10-2013
Hi,I have been searching these forums for the past hour and still have not found a solution.I created a fillable form in LiveCycle, and one of my Adobe 9 users is unable to save the document. What do I need to do, step by step, to allow all users of Acrobat to save and email this document? The answers that I have currently seen in the forums have not worked.Thanks,HS

Views

797

Likes

0

Replies

4
Complie to Adobe Form Trackers Together - Adobe LiveCycle 07-08-2013
Hi,I just had my computer updated from XP to Windows 7, and my Adobe capabilities are all jacked up now. I have two Adobe Tracker forms that need to compiled into one and I can't seem to figure out how to accomplish this. I need to re-establish my form distribution system, and I don't want to lose the past data.

Views

249

Likes

0

Replies

0
Average Rating of Numeric Fields - Adobe LiveCycle 02-05-2013
I have a script I am running to create the average rating of several numeric fields called "NumericField127"The scrip that I am running is this TopmostSubform.Page2.AvgRating::calculate - (FormCalc, client)// check for divisor having a value and not zeroif(HasValue(TopmostSubform.Page2.Paragraph.TotalRating) and TopmostSubform.Page2.Paragraph.NumberOfItems<> 0) then// perform divisionPage2.Paragraph.TotalRating / Page2.Paragraph.NumberOfItemselse// display nothing""endifI get an error each time ...

Views

877

Likes

0

Replies

0
Re: Program Buttons to Advance to a New Page - Adobe LiveCycle 19-12-2012
I don't follow. How would I accomplish what you are suggesting?

Views

77

Likes

0

Replies

0
Program Buttons to Advance to a New Page - Adobe LiveCycle 19-12-2012
Hi,I have a 15 page document with buttons on each of the pages. I want to be able to click the button and move to the next page. I don't want to go to a previous page, I simply want to advance. Is there a way to program this? If so, what do I do to accomplish this?

Views

642

Likes

0

Replies

4
Re: Radio Button Selection Script - Adobe LiveCycle 22-06-2011
That's right, I only want to pick one. But when I test it out, I can select all of the radio buttons. I am thinking there is some kind of code I can use to force the form to pick only one out of the three at a time.

Views

104

Likes

0

Replies

0
Need help with making one numeric field equal the other - Adobe LiveCycle 22-06-2011
I have two numeric fields, which need to be filled out by the same value. What is the script for that?

Views

323

Likes

0

Replies

1
Radio Button Selection Script - Adobe LiveCycle 22-06-2011
I am building a form that has 3 radio buttons. I want to crate some sort of if statement that saysIf radiobutton1 = selected, then radiobutton2 = false, radiobutton3 = falseIf radiobutton2 = selected, then radiobutton1 = false, radiobutton3 = falseif radiobutton3 = selected, then radiobutton1 = false, radiobutton2 = falsEnd ifI am having a hard time figuring out how this Adobe's script works. Please help!Thanks,HS

Views

469

Likes

0

Replies

3