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

John_F_Clarke
John_F_Clarke
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
10

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by John_F_Clarke
Customize the badges you want to showcase on your profile
Re: Need help with Javascript automated e-mail - Adobe LiveCycle 19-05-2011
alright I'm almost done.Now I get the error:SyntaxError: missing } after property list14:XFA:Main_Form[0]:Page1[0]:Test_Button[0]:clickhere is my scriptvar oState1 = event.target.getField("Main_Form[0].Page1[0].PPC[0]").signatureValidate();var oState2 = event.target.getField("Main_Form[0].Page1[0].ENG[0]").signatureValidate();var oState3 = event.target.getField("Main_Form[0].Page1[0].Branch[0]").signatureValidate();var oState4 = event.target.getField("Main_Form[0].Page1[0].Division[0]").signatur...

Views

532

Likes

0

Replies

0
Re: Need help with Javascript automated e-mail - Adobe LiveCycle 19-05-2011
TypeError: event.target.getField("topmostSubform.Page1.PPC").signatureValidate is not a function1:XFA:topmostSubform[0]:Page1[0]:Test_Button[0]:click

Views

532

Likes

0

Replies

0
Re: Need help with Javascript automated e-mail - Adobe LiveCycle 19-05-2011
Sadly I don't have control over the version of Adobe.I tried using the script from your example to check if the form has been signed, but nothing happens when I try it out. I have noticed that even though my fields are named, I still have to use xfa.resolveNode to get their values. If you could give me any advice on what could be wrong with this script I'd appreciate it.var oState = event.target.getField("topmostSubform.Page1.PPC").signatureValidate();if (oState != 0){xfa.host.messageBox("You ha...

Views

532

Likes

0

Replies

0
Need help with Javascript automated e-mail - Adobe LiveCycle 12-05-2011
I am trying to modify a form to add a script so that when it is signed an email is created using fields that will be populated by the user.currently I have the following script:var A = xfa.resolveNode("topmostSubform.Page1.Work_Order__").rawValue;var B = xfa.resolveNode("topmostSubform.Page1.NOMENCLATURE").rawValue;var PPC = xfa.resolveNode("topmostSubform.Page2.Email_Address_PPC").rawValue;var sub = "Work Order Created";var msgBody = "The Work Order, " + A + " for the " + B + " program has been...

Views

293

Likes

0

Replies

1
Re: Need help with Javascript automated e-mail - Adobe LiveCycle 12-05-2011
I tried adding a postSign event (it isn't a normal option), but when I open the file I get an error that postsign is not a valid eventJohn

Views

532

Likes

0

Replies

0
Re: Need help with Javascript automated e-mail - Adobe LiveCycle 12-05-2011
I am also trying to use the same script to create an e-mail when a document is electronically signed. What event would I use in order to create the e-mail?

Views

533

Likes

0

Replies

0
Need help with Javascript automated e-mail - Adobe LiveCycle 11-05-2011
I am trying to modify a form to add a button that takes values from fields that will be populated by the user and then send an email using these fieldscurrently I have the following script:var A = xfa.resolveNode("topmostSubform.Page1.Work_Order__").rawValue;var B = xfa.resolveNode("topmostSubform.Page1.NOMENCLATURE").rawValue;var PPC = xfa.resolveNode("topmostSubform.Page2.Email_Address_PPC").rawValue;var sub = "Work Order Created";var msgBody = "The Work Order, " + A + "\n for the " + B + " pr...

Views

2.0K

Likes

0

Replies

11
Re: Hide borders while printing - Adobe LiveCycle 18-01-2011
I see in your photo where the border does not show up when you print it, but it continues to show up when I print. Is there a setting I'm missing or something?John

Views

153

Likes

0

Replies

0
Re: Hide borders while printing - Adobe LiveCycle 18-01-2011
Niall,When I tried out your form the border in the Name field (TextField4) still showed up when I printed it. Is there something else I need to do in order for the javascript to work correctly?Thanks,John

Views

153

Likes

0

Replies

0
Hide borders while printing - Adobe LiveCycle 18-01-2011
I am creating a form and I would like the borders of some of the text fields to be hidden when the document is printed without hiding the contents completely I would appreciate any suggestions on how this could be done.Thanks,John

Views

1.1K

Likes

0

Replies

5