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

lpianwi
lpianwi
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
69

Discussions

Discussions
0

Questions

Questions
39

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by lpianwi
Customize the badges you want to showcase on your profile
How can I make a signature field value on page 1 repeat on second and third pages of my form - Adobe LiveCycle 10-03-2016
Hi all,I am designing a form; it has a signature field that when it is signed on the first page, should repeat on the second and third pages.I have a signature field on page1, and textfields, named textfield2, and textfield3, on pages 2, and 3. The following is the codes I have on Change event, but it is not working;try{ var getSigField = event.target.getField("form1[0].Page1[0].signature_BUTTON1[0]"); var oState =getSigField.signatureValidate(); // Get the current field's signed state. if (oSta...

Views

903

Like

1

Replies

1
How can I make an object print a yellow color on print out? - Adobe LiveCycle 13-05-2015
Hi All,I have a form that I am currently working on. The check boxes are grey color on screen, but should print yellow color on printout.I wrote the following script on the Preprint event.form1.Page2.Marginalchbx.fillColor = "255, 255, 0";This is not working, and I do not know why it is not. Is there someone out there that can helpout. I greatly appreciate it.ThanksTammy

Views

568

Likes

0

Replies

2
Issue with Signature fields - Adobe LiveCycle 28-04-2015
Dear All,I have 3 signature fields on a form that I have just completed. Each of this signature locks each section of the form, but whenever one of this signatures are signed, it shows a message that reads, "Atleast one of the signatures is invalid". I then unchecked the locked all fields check boxes of all 3 variables fields that controlled the fields that need to be locked, and the invalid signatures disappeared, however, the three sections need to be locked when each signature is clicked on. ...

Views

462

Likes

0

Replies

0
Having issue with making a script I had written works okay - Adobe LiveCycle 22-04-2015
Dear All,I am working on a form, that requires the Signature fields to be "readOnly", unless the two fields fields before it are completed. If the fields are not completed it should show a message, but if these fields are completed no message should show.I wrote the following script and put on the on enter event of the Signature field, but it does not work well.var v;if(form1.Page1.Reviewerssignat.rawValue ==null){ Reviewerssignat.access="readOnly"; v=xfa.host.messageBox("Please Complete Supervi...

Views

536

Likes

0

Replies

1
Re: Adding and deleting an attachment gets disabled once the document is signed. - Adobe LiveCycle 26-03-2015
Thanks, but it does not work.

Views

501

Likes

0

Replies

0
Adding and deleting an attachment gets disabled once the document is signed. - Adobe LiveCycle 25-03-2015
Good morning All,I have a problem with signed signature. I noticed that Adding and deleting an attachment gets disabled once the document is signed. What is a work around, so, that documents could still be added after it has been signed.Indeed, I added the following piece of code on the click event on the Signature field, but it does not work.app.execMenuItem("AddFileAttachment");ThanksTammy

Views

790

Likes

0

Replies

3
Why is my code not working? - Adobe LiveCycle 23-09-2014
@Hi,I am having problem why the else part of this script is notworking. Is there something I am doing wrong. See code below placed on Clickevent.if((CB3.fillColor ="125,125,125") &&(CB5.rawValue=="1")){ CB6.rawValue=0; xfa.host.messageBox("This report is inconsistent, the Rater and Senior Rater have stated different opinions on the promotion potential of this Soldier. The Reviewer should discuss the assessment differences between the Rater and Senior Rater. If both rating officials elect to leav...

Views

509

Likes

0

Replies

1
I have 5 yes checkboxes and 5 No checkboxes. If any No is selected. a field is turn grey, even if 4 Yes checkboxes is selected. How would the script be? - Adobe LiveCycle 15-09-2014
Hi,I wrote the following script but it does not work:if((form1.Page1.CBox1.rawValue==1||form1.Page1.CBox2.rawValue==1||form1.Page1.CBox3.rawValue==1||form1.Page1.CBox4.rawValue==1 || form1.Page1.CBox5.rawValue==1) && (form1.Page1.CBoxNo1.rawValue!=1)){ form1.Page1.CheBoxfield.fillColor = "125,125,125";}The above is just one condition, and it does not work. I do not know why it does work. Please users help.ThanksTammy

Views

570

Likes

0

Replies

2
Needs help with my date validation script - Adobe LiveCycle 13-08-2013
I have date field in my form I am working on, and when the date picker is used, it works fine with the date format as YYYYMMDD. However, when it is manually entered wrong, it only pops up the error message, but tabs to the next field. Is there a script that will set the focus back to the field, and only tabs out of it when the user input is incorrect. I wrote the below script, but it is not working, and I do not know why it is not. Create a date() for parsing information. var sDate = Date.rawVal...

Views

1.4K

Likes

0

Replies

1
Re: How can the background of a listbox be set to non transparency - Adobe LiveCycle 26-06-2013
Thanks, it was very helpful.

Views

450

Likes

0

Replies

0
Likes from