Expand my Community achievements bar.

01371406
01371406
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • This Adobe publication http://helpx.adobe.com/acrobat/kb/user-javascript-changes-10-1.htmlsays place the Trusted Function .js file in (for MS Windows 7 & Acrobat X Pro):Users\(username)\AppData\Roaming\Adobe\Acrobat\Privileged\10.0\JavaScripts.(disregard spacing issue in JavaScr and ipts. Webpage er...

    Type

    Questions

    Views

    7.7K

    Likes

    0

    Replies

    12
  • Radzmar,Thanks for the great advice at: http://thelivecycle.blogspot.de/2011/10/date-patterns.htmlHowever I can't get this method to work. I would like the date to display as MM-DD-YYYY regardless of what the user enters. 2 problems show up. First I get this annoying dialog box and then second the d...

    Type

    Questions

    Views

    610

    Likes

    0

    Replies

    0
  • Spaces in RegExp were the culprit. Thank you.

    Type

    Questions

    Views

    356

    Likes

    0

    Replies

    0
  • This code is flagging all legimate email addresses regardless of what I enter upon the "Exit" event of the field. I only wish the code to flag those email addresses that don't end in @metalworks.com. Does anyone spot the error or what I am missing? Thanks.var r = new RegExp("^[a-z0-9_\\-\\.] + \\@me...

    Type

    Questions

    Views

    878

    Likes

    0

    Replies

    2
  • Whyisthisme has this answer down. Here is his previous answer to the same question.http://forums.adobe.com/message/4760986#4760986

    Type

    Questions

    Views

    829

    Likes

    0

    Replies

    0
  • \xa0 will create a space in a link. Write the code as follows:var loca2 = bdco + rao + "\xa0Enclosure.pdf";http://forums.digitalpoint.com/showthread.php?t=2099418Results in the hyperlink of an email continueing to include " Enclosure.pdf"

    Type

    Questions

    Views

    365

    Likes

    0

    Replies

    0
  • The form I created has a button. In the body of the email that comes from this button I included a link for locating the pdf on a server. For instance we'll say the complete link is:\\nw\pacific\title\building\RA-12-18530 EnclosureHowever the space between the number 18530 and Enclosure is creating ...

    Type

    Questions

    Views

    839

    Likes

    0

    Replies

    1
  • xfa.event.cancelAction = 1;This property applies only to the following scripting events: prePrint, preSubmit, preExecute, preOpen, and preSign.http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=001046.htmlShould be:form1.Page3.Author.Reviewed.Admin.rawValue == null || form1.Pag...

    Type

    Questions

    Views

    763

    Likes

    0

    Replies

    0
  • If you write a cancel preSign event shouldn't that stop the postSign event from firing? In my limited experience I can't find a way to stop the script I entered under postSign from firing even if the preSign gets cancelled. For example I have this preSign script on the signature box. if (form1.Page3...

    Type

    Questions

    Views

    760

    Likes

    0

    Replies

    0
  •      I wrote a pre-sign script to test a for a value in a dropdown list before allowing signature of the document. However I want to test for a value of null in addtion to one space aka " ". I added a value in the dropdown list of " " along with the choices of names so users could erase an accidenta...

    Type

    Questions

    Views

    688

    Likes

    0

    Replies

    1