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

pauly225
pauly225
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
18

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by pauly225
Customize the badges you want to showcase on your profile
Can I stop a user from using File>SaveAs? - Adobe LiveCycle 06-10-2015
Can I stop a user from using File>SaveAs?I need the user to use my SaveAs button, or save when form is signed.

Views

752

Likes

0

Replies

2
Re: Adobe Forms calculation bug? - Adobe LiveCycle 02-10-2015
I have something similar to this, I have a numeric field1 = .59 + numeric field2 = .31 should = .90, if I display result in console I get 0.8999999999999999, if I display result in numeric field I get .90.

Views

542

Likes

0

Replies

0
Why would Calculation calculate like this???????? - Adobe LiveCycle 02-10-2015
I have a form with a table and a text boxThe table has 9 columns, and 15 rows. In the table I have debit and credit columns. These columns are setup as numeric with float selected.In the calculate event of the non-table text box I have a JavaScript that adds the credit rows and puts in a var cred, adds debit rows and puts in a var deb. it looks like thisvar cred = xfa.resolveNode("#subform[1].Table1.Row1.Credit_Row1").rawValue + xfa.resolveNode("#subform[1].Table1.Row2.Credit_Row2").rawValue;var...

Views

282

Likes

0

Replies

0
Re: Livecycle ES4 displaying text box based on user input - Adobe LiveCycle 04-09-2015
I think this is what you are trying to do I hope it helps.try changing fields to invisible, then in the change event of DDLif (this.rawValue == "1"){ textBox1.presence = "visible" textBox2.presence = "visible" textBox3.presence = "invisible" textBox4.presence = "invisible"}else if (this.rawValue == "2"){ textBox1.presence = "invisible" textBox2.presence = "invisible" textBox3.presence = "visible" textBox4.presence = "visible" }

Views

290

Likes

0

Replies

0
Re: displaying text from multiple text boxes in one text box - Adobe LiveCycle 04-09-2015
you can place at the exit event of each of page 1 textBoxes

Views

279

Likes

0

Replies

0
Re: displaying text from multiple text boxes in one text box - Adobe LiveCycle 04-09-2015
secondPageTextBoxName.rawValue = textBox1ToDisplay.rawValue + " " + textBox2ToDisplay.rawValue + "," + textBox3ToDisplay.rawValue

Views

290

Likes

0

Replies

0
Re: Missing Preview Tab in LCD ES2 - Adobe LiveCycle 04-09-2015
I had the same issue after I removed reader from my computer. to fix Iopenedcontrol panel >programs and features > selected adobe pro > change > and repair option

Views

392

Likes

0

Replies

0
How do I get fillColor to stay the same color after form is signed? - Adobe LiveCycle 04-09-2015
I have a form with text fields that change the fill color of some fields. when the form is signed it locks the fields and asks me to save. when I open the saved copy the fillColor reverts back to original color (white or none). How would I go about making sure the fillColor stays the same after the form is signed and saved then the saved copy is opened?any help or suggestions would bee great.thank you in advance

Views

305

Likes

0

Replies

0
Re: Form Capability and Usability - Adobe LiveCycle 18-08-2015
I would make sure the form is distributed, distributing the form activates more features in adobe reader.if you still want to get rid of purple bar try placing this code in the docReady eventevent.target.viewState = {overViewMode:5};

Views

616

Likes

0

Replies

0
javascript to remove signatures on certified form - Adobe LiveCycle 10-08-2015
I have a certified form with 3 additional signature lines. since resetData does not work on certified forms I need a javascript command to rest the three signatures. Any help would be great.

Views

520

Likes

0

Replies

1