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

Abby8002
Abby8002
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Abby8002
Customize the badges you want to showcase on your profile
Can only 'Save As..." Secured LiveCycle form after already "Saving As..." - Adobe LiveCycle 05-05-2015
Hi Everyone, I have come up empty on a solution to my issue.• I have a form created in LiveCycle, and it is set up with a document edit password, to prevent editing in LiveCycle Designer. (Printing Allowed: High Resolution and Changes Allowed: Any except extracting pages)• The form has been reader extended.Problem:• When filling the form in Adobe Reader, the form must be "Saved As...". I've been testing and if I open the original secured form in Reader, and fill it out and click 'Save', I get th...

Views

269

Likes

0

Replies

0
Re: Trouble getting past arithmetic over/underflow error - Adobe LiveCycle 16-07-2014
I managed to come across the answer in another post I missed earlier (REPOST - "Arithmetic Over / Underflow" Error). I've changed my code to what is shown below, and seems to work perfect. Hopefully someone else will find this useful.// check for divisor having a value and not zeroif(HasValue(Page4.TotalPropertyTable.Row2.PPRValue) and Page4.TotalPropertyTable.Row2.PPRValue <> 0) then// perform divisionPage4.TotalPropertyTable.Row2.PPROwing/ Page4.TotalPropertyTable.Row2.PPRValue* 100else// disp...

Views

118

Likes

0

Replies

0
Trouble getting past arithmetic over/underflow error - Adobe LiveCycle 16-07-2014
Thanks in advance to anyone that can help out. I've read some forum posts about getting over an error on a LC Designer form for Arithmetic over/underflow that is occurring if a user has not filled out a field yet, so the calculation is trying to divide by zero. I applied some code (javascript below) that has worked for me on all fields I needed it, except for one, and I cannot figure out what I've done wrong.I'm trying to determine a Loan to Value Ratio. I have been able to successfully calculat...

Views

353

Likes

0

Replies

1